From a9fdf092fcce2f35d93d96f05883481061f54cbe Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 5 Feb 2013 15:20:36 -0500 Subject: [PATCH] fix storage=cache pill coloron Source data tab --- app/views/collections/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/collections/show.html.erb b/app/views/collections/show.html.erb index e55002cbea..a473617c65 100644 --- a/app/views/collections/show.html.erb +++ b/app/views/collections/show.html.erb @@ -208,7 +208,7 @@ <% if @protected[sourcedata[:uuid]] %> keep <% else %> - cache + cache <% end %> <% if sourcedata[:data_origins] %> -- 2.30.2