changes table headings and selected button css

This commit is contained in:
Alberto Garcia Cabeza
2016-12-28 12:17:08 +01:00
parent 3121dd066e
commit d8cc888d60
3 changed files with 10 additions and 10 deletions

View File

@@ -48,8 +48,8 @@
<th><%= t("admin.budget_investments.index.table_admin") %></th>
<th><%= t("admin.budget_investments.index.table_valuator") %></th>
<th><%= t("admin.budget_investments.index.table_geozone") %></th>
<th><%= t("admin.budget_investments.index.table_status") %></th>
<th class="text-center"><%= t("admin.budget_investments.index.table_actions") %></th>
<th><%= t("admin.budget_investments.index.table_feasibility") %></th>
<th class="text-center"><%= t("admin.budget_investments.index.table_selection") %></th>
</tr>
</thead>
<% @investments.each do |investment| %>
@@ -86,8 +86,8 @@
<%= t("admin.budget_investments.index.select") %>
<% end %>
<% else %>
<%= link_to "#", class: "button small hollow warning expanded" do %>
<%= t("admin.budget_investments.index.deselect") %>
<%= link_to "#", class: "button small expanded" do %>
<%= t("admin.budget_investments.index.selected") %>
<% end %>
<% end %>
</td>