changes table headings and selected button css
This commit is contained in:
@@ -48,8 +48,8 @@
|
|||||||
<th><%= t("admin.budget_investments.index.table_admin") %></th>
|
<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_valuator") %></th>
|
||||||
<th><%= t("admin.budget_investments.index.table_geozone") %></th>
|
<th><%= t("admin.budget_investments.index.table_geozone") %></th>
|
||||||
<th><%= t("admin.budget_investments.index.table_status") %></th>
|
<th><%= t("admin.budget_investments.index.table_feasibility") %></th>
|
||||||
<th class="text-center"><%= t("admin.budget_investments.index.table_actions") %></th>
|
<th class="text-center"><%= t("admin.budget_investments.index.table_selection") %></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<% @investments.each do |investment| %>
|
<% @investments.each do |investment| %>
|
||||||
@@ -86,8 +86,8 @@
|
|||||||
<%= t("admin.budget_investments.index.select") %>
|
<%= t("admin.budget_investments.index.select") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= link_to "#", class: "button small hollow warning expanded" do %>
|
<%= link_to "#", class: "button small expanded" do %>
|
||||||
<%= t("admin.budget_investments.index.deselect") %>
|
<%= t("admin.budget_investments.index.selected") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -114,15 +114,15 @@ en:
|
|||||||
feasible: "Feasible (%{price})"
|
feasible: "Feasible (%{price})"
|
||||||
not_feasible: "Not feasible"
|
not_feasible: "Not feasible"
|
||||||
undefined: "Undefined"
|
undefined: "Undefined"
|
||||||
deselect: "Deselect"
|
selected: "Selected"
|
||||||
select: "Select"
|
select: "Select"
|
||||||
table_id: "ID"
|
table_id: "ID"
|
||||||
table_title: "Title"
|
table_title: "Title"
|
||||||
table_admin: "Administrator"
|
table_admin: "Administrator"
|
||||||
table_valuator: "Valuator"
|
table_valuator: "Valuator"
|
||||||
table_geozone: "Scope of operation"
|
table_geozone: "Scope of operation"
|
||||||
table_status: "Status"
|
table_feasibility: "Feasibility"
|
||||||
table_actions: "Actions"
|
table_selection: "Selection"
|
||||||
show:
|
show:
|
||||||
assigned_admin: Assigned administrator
|
assigned_admin: Assigned administrator
|
||||||
assigned_valuators: Assigned valuators
|
assigned_valuators: Assigned valuators
|
||||||
|
|||||||
@@ -114,15 +114,15 @@ es:
|
|||||||
feasible: "Viable (%{price})"
|
feasible: "Viable (%{price})"
|
||||||
not_feasible: "Inviable"
|
not_feasible: "Inviable"
|
||||||
undefined: "Sin definir"
|
undefined: "Sin definir"
|
||||||
deselect: "Deseleccionar"
|
selected: "Seleccionada"
|
||||||
select: "Seleccionar"
|
select: "Seleccionar"
|
||||||
table_id: "ID"
|
table_id: "ID"
|
||||||
table_title: "Título"
|
table_title: "Título"
|
||||||
table_admin: "Administrador"
|
table_admin: "Administrador"
|
||||||
table_valuator: "Evaluador"
|
table_valuator: "Evaluador"
|
||||||
table_geozone: "Ámbito de actuación"
|
table_geozone: "Ámbito de actuación"
|
||||||
table_status: "Estado"
|
table_feasibility: "Viabilidad"
|
||||||
table_actions: "Acciones"
|
table_selection: "Selección"
|
||||||
show:
|
show:
|
||||||
assigned_admin: Administrador asignado
|
assigned_admin: Administrador asignado
|
||||||
assigned_valuators: Evaluadores asignados
|
assigned_valuators: Evaluadores asignados
|
||||||
|
|||||||
Reference in New Issue
Block a user