From 2bb59daa37f8ff0807e235bb11e918dfe220284e Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Tue, 12 Nov 2013 18:03:02 -0800 Subject: [PATCH] Add close button to 404 page --- app/views/browse/not_found.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/browse/not_found.html.erb b/app/views/browse/not_found.html.erb index 103eb1c93..a8974b474 100644 --- a/app/views/browse/not_found.html.erb +++ b/app/views/browse/not_found.html.erb @@ -7,4 +7,6 @@ }; %> -

<%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %>

+

+ + <%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %>

-- 2.43.2