Sha256: 58a762d09d445a0cefb6ea62e32561e1031fafc83475b464090d341ae9402d8e
Contents?: true
Size: 1.76 KB
Versions: 20
Compression:
Stored size: 1.76 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>Project Name</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_project_0"></tr> <% @projects.each_with_index do |project, i| %> <tr id="tr_project_<%= project.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(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;" class="hidden-sm hidden-xs"><%= project.short_description %></p> <%= display_publishable_status(project) %> <%= display_featured(project) %> </td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(project) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_featurable_links(project) %> <%= display_manage_links(project, @current_user) %> </td> <% end %> </tr> <% end %> </tbody> </table> </div> <div class="row"> <div class="col-sm-12"> <%= paginate_kuppayam(@projects) %> </div> </div>
Version data entries
20 entries across 20 versions & 1 rubygems