Align right heading amount & population at admin table

This commit is contained in:
Bertocq
2018-01-24 01:06:18 +01:00
parent 43137df4a5
commit d75fd59684
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@
<% else %>
<tr>
<th><%= t("admin.budgets.form.table_heading") %></th>
<th><%= t("admin.budgets.form.table_amount") %></th>
<th><%= t("admin.budgets.form.table_population") %></th>
<th class="text-right"><%= t("admin.budgets.form.table_amount") %></th>
<th class="text-right"><%= t("admin.budgets.form.table_population") %></th>
<th><%= t("admin.actions.actions") %></th>
</tr>
</thead>

View File

@@ -2,10 +2,10 @@
<td>
<%= heading.name %>
</td>
<td>
<td class="text-right">
<%= heading.budget.formatted_heading_price(heading) %>
</td>
<td>
<td class="text-right">
<%= heading.population %>
</td>
<td>