Sha256: 0f9fbaadb5cbedc584dbf5a0dc06b5678e96e08771d3880c2a99f52f05b37fad
Contents?: true
Size: 1.08 KB
Versions: 20
Compression:
Stored size: 1.08 KB
Contents
<tr id="tr_testimonial_<%= testimonial.id %>"> <th scope="row" style="text-align: center;"> <%= serial_number(i) %> </th> <td class="display-image"> <%= display_thumbnail( testimonial, method_name: "profile_image.image.small.url", image_class: "img-circle", image_width: "80", image_height: "80") %> </td> <td class="display-link"> <%= link_to testimonial.name, testimonial_path(testimonial), remote: true, style: "color: chocolate;font-size:16px;" %><br> <%= testimonial.designation %><br> <%= testimonial.organisation %><br> </td> <td class="hidden-sm hidden-xs"> <%= display_publishable_status(testimonial) %> <%= display_featured(testimonial) %> </td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(testimonial) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_featurable_links(testimonial) %> <%= display_manage_links(testimonial, @current_user) %> </td> <% end %> </tr>
Version data entries
20 entries across 20 versions & 1 rubygems