Browse Source

Change title link

pull/236/head
Kat 3 years ago
parent
commit
15072b1128
  1. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/application.html.erb

@ -38,7 +38,7 @@
<%= govuk_header(
logotype: 'GOV.UK',
service_name: t('service_name'),
service_url: '/'
service_url: current_user.nil? ? "/" : '/logs'
) do |component|
if current_user.nil?
component.navigation_item(text: 'Sign in', href: user_session_path)

Loading…
Cancel
Save