Sha256: 5646a78c9a5cbd732a9ec1cc9d4a71d5f81ebc49386442df9fe176686ffb6eb3
Contents?: true
Size: 1.9 KB
Versions: 20
Compression:
Stored size: 1.9 KB
Contents
<div class="table-responsive1"> <table class="table table-hover members-table middle-align"> <thead> <tr> <th style="text-align: center;width:5%">#</th> <th style="text-align: center;width:100px"><i class="fa fa-photo"></i></th> <th>Name</th> <th style="width:100px;" class="hidden-sm hidden-xs">Status</th> <% if display_manage_links? %> <th style="text-align: center;" colspan="2" class="hidden-sm hidden-xs">Actions</th> <% end %> </tr> </thead> <tbody> <tr id="tr_testimonial_0"></tr> <% @testimonials.each_with_index do |testimonial, i| %> <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> <% end %> </tbody> </table> </div> <div class="row"> <div class="col-sm-12"> <%= paginate_kuppayam(@testimonials) %> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems