Skip to content

Commit

Permalink
show working budget in list
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 11, 2015
1 parent 2278e42 commit 3de82a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/budget.hb
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
{{/if}}

<h3>Working budgets</h3>
<ul>
{{#each budget}}
<p>
{{#if isOk}}
The budget for {{title}} {{> displayUrl}} passed [{{value}}].
<li>The budget for {{title}} {{> displayUrl}} passed [{{value}}].</li>
{{/if}}
</p>
{{/each}}
</ul>
</div>
</div>

Expand Down

0 comments on commit 3de82a9

Please sign in to comment.