mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Comment some stuff.
This commit is contained in:
parent
ec70fde557
commit
2cd593157f
@ -134,7 +134,7 @@
|
||||
{{ 'budgeted'|_ }}
|
||||
<span class="small"><br />
|
||||
{{ session('start').formatLocalized(monthAndDayFormat) }} -
|
||||
{{ session('start').formatLocalized(monthAndDayFormat) }}</span>
|
||||
{{ session('end').formatLocalized(monthAndDayFormat) }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<div class="form-group" style="margin-bottom:0;">
|
||||
@ -145,14 +145,15 @@
|
||||
data-id="{{ budget.id }}" value="{{ budget.currentRep.amount|number_format(0,'','') }}" autocomplete="off"
|
||||
step="1" min="0" max="{{ budgetMaximum }}" name="amount" type="number">
|
||||
</div>
|
||||
<!--
|
||||
<div class="small">
|
||||
<ul class="list-inline">
|
||||
<li>Previously budgeted:</li>
|
||||
<li><a href="#">{{ 123|formatAmountPlain }}</a></li>
|
||||
<li><a href="#">{{ 456|formatAmountPlain }}</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -161,11 +162,12 @@
|
||||
{{ 'spent'|_ }}
|
||||
<span class="small"><br />
|
||||
{{ session('start').formatLocalized(monthAndDayFormat) }} -
|
||||
{{ session('start').formatLocalized(monthAndDayFormat) }}
|
||||
{{ session('end').formatLocalized(monthAndDayFormat) }}
|
||||
</span>
|
||||
</td>
|
||||
<td>{{ budget.spent|formatAmount }}</a></td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td style="width:40%">
|
||||
<span class="text-danger">
|
||||
@ -175,10 +177,11 @@
|
||||
<td>
|
||||
<ul class="list-unstyled">
|
||||
<li>Also budgeted {{ 123|formatAmount }} between x and y.</li>
|
||||
<li>Also budgeted {{ 123|formatAmount }} between x and y.</li>
|
||||
<li>Also budgeted {{ 123|formatAmount }} between x and y.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user