From ab25081a4c72d5943cb32295969a0ac6cb32c1a1 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 28 Jun 2013 11:45:15 -0400 Subject: [PATCH] collections does not need to be admin-only --- apps/workbench/app/controllers/collections_controller.rb | 1 - apps/workbench/app/views/collections/index.html.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index 91c146e840..92d2ad0976 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -1,5 +1,4 @@ class CollectionsController < ApplicationController - before_filter :ensure_current_user_is_admin skip_before_filter :find_object_by_uuid, :only => [:graph] def graph diff --git a/apps/workbench/app/views/collections/index.html.erb b/apps/workbench/app/views/collections/index.html.erb index 76b6c245ea..b5055a20f5 100644 --- a/apps/workbench/app/views/collections/index.html.erb +++ b/apps/workbench/app/views/collections/index.html.erb @@ -1,4 +1,4 @@ -<%= render :partial => 'nav' %> +<%#= render :partial => 'nav' %> -- 2.30.2