This website works better with JavaScript.
Home
Explore
Help
Sign In
ikea-foundation
/
week_2024
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
na
main
Mattias Bodlund
6 months ago
parent
7d29638552
commit
e1e3f1cfab
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save