Skip to content

Commit

Permalink
[webui] Fix top bar in neutral theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel authored and adrianschroeter committed Mar 11, 2013
1 parent 049de37 commit 097899b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webui/app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
:action => :index }, { :id => "header-logo"} -%>

<ul id="global-navigation">
<li id="item-download"><a href="http://www.buildservice.org/">Download</a></li>
<% if user -%>
<li id="item-favorites" style="float: right;"><a href="<%= url_for :controller => "home", :action => :index %>">Home</a></li>
<li id="item-favorites" style="float: right;"><a href="<%= url_for :controller => "home", :action => :index %>">Watchlist</a></li>
<% end -%>
</ul>

Expand Down

0 comments on commit 097899b

Please sign in to comment.