feat(manager/outdated_procedure): enhance procedure cleanup
This commit is contained in:
parent
84b1888d3a
commit
6000de2095
3 changed files with 26 additions and 6 deletions
|
@ -69,7 +69,7 @@ to display a collection of resources in an HTML table.
|
|||
<%= %(tabindex=0 role=link data-url=#{polymorphic_path([namespace, resource])}) %>
|
||||
<% end %>
|
||||
>
|
||||
<td><%= f.check_box "procedure[ids][#{resource.id}]", checked: true %></td>
|
||||
<td><%= f.check_box "procedure[ids][#{resource.id}]", checked: false %></td>
|
||||
<% collection_presenter.attributes_for(resource).each do |attribute| %>
|
||||
<td class="js-table-row cell-data cell-data--<%= attribute.html_class %>">
|
||||
<% if show_action? :show, resource -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue