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/medias/index.html.erb
<th></th>
</tr>
<% for media in @medias %>
<tr>
<tr class="<%= cycle("even", "odd") -%>">
<td><%= link_to h(media), edit_media_path(media) %></td>
<td><%=h media.path %></td>
<td><%=h media.operatingsystems.to_sentence %></td>

Also available in: Unified diff