Mattias Bodlund 6 months ago
parent
commit
e1e3f1cfab
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/views/layouts/application.html.erb

+ 2
- 2
app/views/layouts/application.html.erb View File

@ -26,9 +26,9 @@
</head>
<body>
<header>
<%= link_to svg('ikea-foundation-203x22'), url_for(controller: 'languages', action: 'show') %>
<%= link_to svg('ikea-foundation-203x22'), url_for(controller: 'languages', action: (I18n.default_locale == I18n.locale ? 'index' : 'show')) %>
</header>
<main>
<%= yield %>
</main>


Loading…
Cancel
Save