Added newlines to files.

This commit is contained in:
James Cole
2015-05-20 19:56:14 +02:00
parent b1d3158db1
commit 8f104d555a
42 changed files with 42 additions and 42 deletions

View File

@@ -27,4 +27,4 @@
<td>{{ accounts.getDifference|formatAmount }}</td>
</tr>
</table>
</div>
</div>

View File

@@ -156,4 +156,4 @@
</table>
-->
</div>
</div>

View File

@@ -48,4 +48,4 @@
{% endfor %}
</tbody>
</table>
</div>
</div>

View File

@@ -59,4 +59,4 @@
<td><span class="text-danger">{{ budgets.getOverspent|formatAmountPlain }}</span></td>
</tr>
</table>
</div>
</div>

View File

@@ -21,4 +21,4 @@
<td class="text-danger">{{ categories.getTotal|formatAmountPlain }}</td>
</tr>
</table>
</div>
</div>

View File

@@ -31,4 +31,4 @@
<td><span class="text-danger">{{ (expenses.getTotal)|formatAmountPlain }}</span></td>
</tr>
</table>
</div>
</div>

View File

@@ -17,4 +17,4 @@
<td>{{ (incomes.getTotal + expenses.getTotal)|formatAmount }}</td>
</tr>
</table>
</div>
</div>

View File

@@ -31,4 +31,4 @@
<td>{{ incomes.getTotal|formatAmount }}</td>
</tr>
</table>
</div>
</div>