Commit 71db10b9f22a42fdd772ff2908813733d6fb613b

Authored by Dmitriy Zaporozhets
1 parent bd7e569f

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 20 %div.hide.turbolink-spinner
21 21 %i.icon-refresh.icon-spin
22 22 Loading...
  23 + %li
  24 + = link_to "Sign in", new_session_path(:user)
23 25  
24 26 .container.navless-container
25 27 .content
... ...