Sha256: 2f028717349f9f2cbbbb3ced3d2dd24e48f4081e46905eadf1eae6dd22c69feb
Contents?: true
Size: 1.09 KB
Versions: 19
Compression:
Stored size: 1.09 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_small( 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: darkgreen;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
19 entries across 19 versions & 1 rubygems