[ARVADOS] updated: b42d7d9ed4640296ae5d01d26268c4fdba1ca10c
Git user
git at public.curoverse.com
Tue Jun 6 11:01:32 EDT 2017
Summary of changes:
apps/workbench/app/controllers/trash_items_controller.rb | 4 ++--
apps/workbench/app/views/application/_breadcrumbs.html.erb | 2 +-
.../{_show_recent.html.erb => _show_recent_trash.html.erb} | 0
3 files changed, 3 insertions(+), 3 deletions(-)
rename apps/workbench/app/views/trash_items/{_show_recent.html.erb => _show_recent_trash.html.erb} (100%)
via b42d7d9ed4640296ae5d01d26268c4fdba1ca10c (commit)
from f9ff1c5444f7030fa0b372446bd40d4feed203c8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b42d7d9ed4640296ae5d01d26268c4fdba1ca10c
Author: radhika <radhika at curoverse.com>
Date: Tue Jun 6 11:01:06 2017 -0400
9587: rename pane name to "Recent trash"
diff --git a/apps/workbench/app/controllers/trash_items_controller.rb b/apps/workbench/app/controllers/trash_items_controller.rb
index 7d60f50..5f91a60 100644
--- a/apps/workbench/app/controllers/trash_items_controller.rb
+++ b/apps/workbench/app/controllers/trash_items_controller.rb
@@ -3,8 +3,8 @@ class TrashItemsController < ApplicationController
Collection
end
- def show_pane_list
- %w(Recent)
+ def index_pane_list
+ %w(Recent_trash)
end
def find_objects_for_index
diff --git a/apps/workbench/app/views/application/_breadcrumbs.html.erb b/apps/workbench/app/views/application/_breadcrumbs.html.erb
index 2db43ed..1ead578 100644
--- a/apps/workbench/app/views/application/_breadcrumbs.html.erb
+++ b/apps/workbench/app/views/application/_breadcrumbs.html.erb
@@ -69,7 +69,7 @@
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/trash">
- <%= image_tag("trash-icon.png", size: "19x19" ) %> Trash
+ <%= image_tag("trash-icon.png", size: "20x20" ) %> Trash
</a>
</li>
</ul>
diff --git a/apps/workbench/app/views/trash_items/_show_recent.html.erb b/apps/workbench/app/views/trash_items/_show_recent_trash.html.erb
similarity index 100%
rename from apps/workbench/app/views/trash_items/_show_recent.html.erb
rename to apps/workbench/app/views/trash_items/_show_recent_trash.html.erb
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list