Commit c3ea3c572151857f37644194ea71b1348ab54f2c
Exists in
master
and in
4 other branches
Merge pull request #146 from maknoll/master
link "GITLAB" logo to root_url instead of '/'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/_head_panel.html.erb
1 | <!-- Page Header --> | 1 | <!-- Page Header --> |
2 | <header> | 2 | <header> |
3 | <h1 class="logo"> | 3 | <h1 class="logo"> |
4 | - <a href="/">GITLAB</a> | 4 | + <%= link_to "GITLAB", root_url %> |
5 | </h1> | 5 | </h1> |
6 | <div class="account-box"> | 6 | <div class="account-box"> |
7 | <%= link_to profile_path, :class => "pic" do %> | 7 | <%= link_to profile_path, :class => "pic" do %> |