Project

General

Profile

« Previous | Next » 

Revision 29972d83

Added by Amos Benari over 11 years ago

  • ID 29972d83737323d79b3672a9e8fb66bc4fd88b75

fix minor css classes declaration.

View differences:

app/views/hosts/_selected_hosts.html.erb
</thead>
<tbody>
<% hosts.each do |host| -%>
<tr class="<%= cycle("even", "odd") -%>">
<tr>
<td><%=h host %> </td>
<td><%=h host.try(:hostgroup) %></td>
<td><%=h host.try(:environment) %></td>

Also available in: Unified diff