Skip to content

Commit

Permalink
Removed 'select all' button from ActiveStorageFiles index.
Browse files Browse the repository at this point in the history
  • Loading branch information
bichinger-stm committed Aug 3, 2020
1 parent c675651 commit 8e5da4f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/views/alchemy/admin/active_storage_files/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
file_attribute: 'active_storage_file',
redirect_url: alchemy.admin_active_storage_files_path %>
<% end %>
<div class="toolbar_spacer"></div>
<div class="button_with_label">
<%= link_to(
render_icon('check-square', style: 'regular'),
nil,
id: 'select_all_files',
class: 'icon_button',
'data-alchemy-hotkey' => 'alt+a'
) %>
<label><%= Alchemy.t("Select all") %></label>
</div>
</div>
<%= render 'alchemy/admin/partials/search_form', additional_params: [:filter, :tagged_with] %>
<% end %>
Expand Down

0 comments on commit 8e5da4f

Please sign in to comment.