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>

View File

@@ -114,15 +114,15 @@ en:
feasible: "Feasible (%{price})"
not_feasible: "Not feasible"
undefined: "Undefined"
deselect: "Deselect"
selected: "Selected"
select: "Select"
table_id: "ID"
table_title: "Title"
table_admin: "Administrator"
table_valuator: "Valuator"
table_geozone: "Scope of operation"
table_status: "Status"
table_actions: "Actions"
table_feasibility: "Feasibility"
table_selection: "Selection"
show:
assigned_admin: Assigned administrator
assigned_valuators: Assigned valuators

View File

@@ -114,15 +114,15 @@ es:
feasible: "Viable (%{price})"
not_feasible: "Inviable"
undefined: "Sin definir"
deselect: "Deseleccionar"
selected: "Seleccionada"
select: "Seleccionar"
table_id: "ID"
table_title: "Título"
table_admin: "Administrador"
table_valuator: "Evaluador"
table_geozone: "Ámbito de actuación"
table_status: "Estado"
table_actions: "Acciones"
table_feasibility: "Viabilidad"
table_selection: "Selección"
show:
assigned_admin: Administrador asignado
assigned_valuators: Evaluadores asignados