Merge pull request #146 from maknoll/master
link "GITLAB" logo to root_url instead of '/'
This commit is contained in:
commit
c3ea3c5721
|
@ -1,7 +1,7 @@
|
|||
<!-- Page Header -->
|
||||
<header>
|
||||
<h1 class="logo">
|
||||
<a href="/">GITLAB</a>
|
||||
<%= link_to "GITLAB", root_url %>
|
||||
</h1>
|
||||
<div class="account-box">
|
||||
<%= link_to profile_path, :class => "pic" do %>
|
||||
|
|
Loading…
Reference in a new issue