diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-29 21:41:05 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-29 21:41:05 +0300 |
commit | 71db10b9f22a42fdd772ff2908813733d6fb613b (patch) | |
tree | 20d03a4d2921a2e3ac89689bba11bbbf8144443b | |
parent | bd7e569f725327f0ad784273741aa38e756ed495 (diff) | |
download | gitlab-ce-71db10b9f22a42fdd772ff2908813733d6fb613b.tar.gz |
Add sing-in button for public area panel
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 4a06d63fafd..7dce0cbeae2 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -20,6 +20,8 @@ %div.hide.turbolink-spinner %i.icon-refresh.icon-spin Loading... + %li + = link_to "Sign in", new_session_path(:user) .container.navless-container .content |