This commit is contained in:
James Cole
2018-01-14 10:57:27 +01:00
parent f59135a9ca
commit 435694e9ea
2 changed files with 4 additions and 3 deletions

View File

@@ -126,7 +126,7 @@
<div class="col-lg-2 col-md-4 col-sm-12 col-xs-12">
{% for period in periods %}
{% if (period.spent != 0 or period.earned != 0) %}
<div class="box {% if period.date == start %}box-solid box-primary{% endif %}">
<div class="box {% if period.date == end %}box-solid box-primary{% endif %}">
<div class="box-header with-border">
<h3 class="box-title"><a href="{{ route('accounts.show',[account.id,period.string]) }}">{{ period.name }}</a>
</h3>