Commit 71db10b9f22a42fdd772ff2908813733d6fb613b
1 parent
bd7e569f
Exists in
master
and in
4 other branches
Add sing-in button for public area panel
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/layouts/public.html.haml
@@ -20,6 +20,8 @@ | @@ -20,6 +20,8 @@ | ||
20 | %div.hide.turbolink-spinner | 20 | %div.hide.turbolink-spinner |
21 | %i.icon-refresh.icon-spin | 21 | %i.icon-refresh.icon-spin |
22 | Loading... | 22 | Loading... |
23 | + %li | ||
24 | + = link_to "Sign in", new_session_path(:user) | ||
23 | 25 | ||
24 | .container.navless-container | 26 | .container.navless-container |
25 | .content | 27 | .content |