Project

General

Profile

« Previous | Next » 

Revision 2e04e41b

Added by Ohad Levy almost 14 years ago

  • ID 2e04e41bfa05c123bab0b436dccb0c344d7ee417

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

View differences:

app/views/hosts/index.html.erb
<%= javascript "host_checkbox" %>
<span id=host_index_links>
<%= link_to "New Host", new_host_path %>
<%= render 'minilist', :hosts => @hosts, :header => "Hosts" %>
<span class=title_action>
<%= link_to "New Host", new_host_path %> |
<%= link_to_function "Toggle All", "toggleCheck()" %>
</span>
<%= render 'minilist', :hosts => @hosts, :header => "Hosts" %>

Also available in: Unified diff