Sha256: 0faad2ad3c496c21ed81a7a52557d4ae607dc7e16da785d8eff371bb2425d528
Contents?: true
Size: 594 Bytes
Versions: 60
Compression:
Stored size: 594 Bytes
Contents
<% if thead -%> <th><%= sort_link title_column(current_resource_class) %></th> <% if has_timestamps?(current_resource_class) %> <th><%= sort_link :created_at %></th> <% end %> <th><%= t('fullstack.admin.actions', :default => "Actions") %></th> <% end -%> <% if tbody -%> <td><%= link_to (content.send(title_column(current_resource_class))), [:edit, :admin, content] %></td> <% if has_timestamps?(current_resource_class) %> <td><%= l content.created_at.to_date, :format => :long %></td> <% end %> <td><%= default_collection_actions_for(content) %></td> <% end -%>
Version data entries
60 entries across 60 versions & 1 rubygems