Sha256: 1b86f8f091ecf629e8ca54732b622315f6dcbfbe13c08d2ee399233f88148de2
Contents?: true
Size: 1.71 KB
Versions: 9
Compression:
Stored size: 1.71 KB
Contents
<div class="table-responsive1"> <table class="table table-hover members-table middle-align"> <thead> <tr> <th style="text-align: center;width:5%" class="hidden-sm hidden-xs">#</th> <th style="text-align: center;width:100px"><i class="fa fa-photo"></i></th> <th>Name</th> <th>Website</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_manufacturer_0"></tr> <% @manufacturers.each_with_index do |manufacturer, i| %> <tr id="tr_manufacturer_<%= manufacturer.id %>"> <th scope="row" style="text-align: center;" class="hidden-sm hidden-xs"> <%= serial_number(i) %> </th> <td class="display-image" class="hidden-sm hidden-xs"> <%= display_thumbnail(manufacturer) %> </td> <td class="display-link"> <%= link_to manufacturer.name, manufacturer_path(manufacturer), remote: true, style: "color: chocolate;font-size:16px;" %><br> <%= display_publishable_status(manufacturer) %> <%= display_featured(manufacturer) %> </td> <td> <%= manufacturer.website %> </td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(manufacturer) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_featurable_links(manufacturer) %> <%= display_manage_links(manufacturer, @current_user) %> </td> <% end %> </tr> <% end %> </tbody> </table> </div> <div class="row"> <div class="col-sm-12"> <%= paginate_kuppayam(@manufacturers) %> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems