app/views/dhatu/projects/_row.html.erb in dhatu-0.1.19 vs app/views/dhatu/projects/_row.html.erb in dhatu-0.1.20
- old
+ new
@@ -1,18 +1,18 @@
<tr id="tr_project_<%= project.id %>">
- <th scope="row" style="text-align: center;">
+ <th scope="row" style="text-align: center;" class="hidden-sm hidden-xs">
<%= serial_number(i) %>
</th>
- <td class="display-image">
- <%= display_thumbnail_small(project) %>
+ <td class="display-image" class="hidden-sm hidden-xs">
+ <%= display_thumbnail(project) %>
</td>
<td class="display-link">
<%= link_to project.name, project_path(project), remote: true, style: "color: chocolate;font-size:16px;" %><br>
<%= link_to project.category.try(:display_name), project_path(project), remote: true %><br>
- <p style="color:#898989;"><%= project.meta_description %></p>
+ <p style="color:#898989;" class="hidden-sm hidden-xs"><%= project.short_description %></p>
<%= display_publishable_status(project) %>
<%= display_featured(project) %>
</td>
<% if display_manage_links? %>
\ No newline at end of file