From c5171723638c01c2656075aa3802b691363a5ad8 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 29 Nov 2021 17:51:51 +0000 Subject: [PATCH] Tweak indentation --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d3c083934..7cfc25059 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -37,7 +37,7 @@ service_url: '/' ) do |component| if current_user.nil? - component.navigation_item(text: 'Case logs', href: '/case_logs') + component.navigation_item(text: 'Case logs', href: '/case_logs') elsif component.navigation_item(text: 'Your account', href: '/users/account') component.navigation_item(text: 'Sign out', href: destroy_user_session_path, options: {:method => :delete})