Project

General

Profile

« Previous | Next » 

Revision 01984fb7

Added by Amos Benari almost 13 years ago

  • ID 01984fb762096e21d3318145f69d4fc74a9f97a1

New artwork

  • dark top-bar
  • moved the search box below the tabs line.
  • improved the show host page
  • added notifications
  • Settings tab now changes title based on the active action
  • lots of cleanups - fixes #1066, fixes #926, fixes #628 and many other minor changes

Signed-off-by: Ohad Levy <>

View differences:

app/views/home/_topbar.rhtml
<% if SETTINGS[:login] and SETTINGS[:login] == true and User.current %>
<%= link_to("Sign Out #{User.current.login}", logout_users_path) %>
<%= link_to("My account", edit_user_path(User.current) )%>
<% end -%>
<%= link_to 'Wiki', "http://theforeman.org/wiki/foreman", :rel => "external" %>
<%= link_to 'Support', "http://theforeman.org/projects/foreman/wiki/Support", :rel => "external" %>
<div class="top-bar">
<% if SETTINGS[:login] and User.current %>
<%= link_to("Sign Out #{User.current.login}", logout_users_path) %>
<%= link_to("My account", edit_user_path(User.current) )%>
<% end -%>
<%= link_to 'Wiki', "http://theforeman.org/wiki/foreman", :rel => "external" %>
<%= link_to 'Support', "http://theforeman.org/projects/foreman/wiki/Support", :rel => "external" %>
</div>

Also available in: Unified diff