From d02ea8a1332fc7c32749ab479d68d44e2e76cdfa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Florian=20Sch=C3=A4fer?= Date: Sat, 5 Dec 2015 21:59:27 +0100 Subject: [PATCH] Allow closing the sidebar when a timeout occured --- app/views/browse/timeout.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/browse/timeout.html.erb b/app/views/browse/timeout.html.erb index 8b5076902..a624bf0a6 100644 --- a/app/views/browse/timeout.html.erb +++ b/app/views/browse/timeout.html.erb @@ -6,4 +6,7 @@ 'changeset' => I18n.t('browse.timeout.type.changeset'), }; %> -

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

+
+ + <%= t'browse.timeout.sorry', :type=> browse_timeout_type[@type] , :id => params[:id] %> +
-- 2.43.2