Commit c3ea3c572151857f37644194ea71b1348ab54f2c

Authored by Dmitriy Zaporozhets
2 parents 5d1a1a92 07fefc92

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 1 <!-- Page Header -->
2 2 <header>
3 3 <h1 class="logo">
4   - <a href="/">GITLAB</a>
  4 + <%= link_to "GITLAB", root_url %>
5 5 </h1>
6 6 <div class="account-box">
7 7 <%= link_to profile_path, :class => "pic" do %>
... ...