Adss missing th on legislation processes index table
This commit is contained in:
@@ -2,15 +2,10 @@
|
|||||||
Admin - <%= t("admin.menu.legislation") %> - <%= t("admin.legislation.processes.index.filters.#{@current_filter}") %>
|
Admin - <%= t("admin.menu.legislation") %> - <%= t("admin.legislation.processes.index.filters.#{@current_filter}") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="legislation-admin legislation-process-index">
|
|
||||||
<div class="row">
|
|
||||||
<div class="small-12 medium-9 column">
|
|
||||||
<h2 class="inline-block"><%= t("admin.legislation.processes.index.title") %></h2>
|
<h2 class="inline-block"><%= t("admin.legislation.processes.index.title") %></h2>
|
||||||
</div>
|
|
||||||
<div class="small-12 medium-3 column legislation-process-new">
|
<%= link_to t("admin.legislation.processes.index.create"), new_admin_legislation_process_path,
|
||||||
<%= link_to t("admin.legislation.processes.index.create"), new_admin_legislation_process_path, class: "button" %>
|
class: "button success float-right" %>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%= render 'shared/filter_subnav', i18n_namespace: "admin.legislation.processes.index" %>
|
<%= render 'shared/filter_subnav', i18n_namespace: "admin.legislation.processes.index" %>
|
||||||
|
|
||||||
@@ -24,9 +19,10 @@
|
|||||||
<th><%= t("admin.legislation.processes.process.status") %></th>
|
<th><%= t("admin.legislation.processes.process.status") %></th>
|
||||||
<th><%= t("admin.legislation.processes.process.creation_date") %></th>
|
<th><%= t("admin.legislation.processes.process.creation_date") %></th>
|
||||||
<th><%= t("admin.legislation.processes.process.comments") %></th>
|
<th><%= t("admin.legislation.processes.process.comments") %></th>
|
||||||
<th></th>
|
<th><%= t("admin.actions.actions") %></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<% @processes.each do |process| %>
|
<% @processes.each do |process| %>
|
||||||
<tr id="<%= dom_id(process) %>">
|
<tr id="<%= dom_id(process) %>">
|
||||||
@@ -52,5 +48,3 @@
|
|||||||
<%= page_entries_info @processes %>
|
<%= page_entries_info @processes %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user