From 830678c2715bac06d581dcdce8ea518c1bcc2939 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 2 Jun 2014 01:10:17 -0400 Subject: [PATCH 1/1] 2872: Fix css on collection tab line buttons. --- .../app/views/collections/_show_files.html.erb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 74e02f79fe..c461163651 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,14 +1,6 @@ <% content_for :tab_line_buttons do %> -
-
-
-
- Collection storage status: - <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> - -
-
-
+Collection storage status: +<%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> <% end %> <% file_tree = @object.andand.files_tree %> -- 2.30.2