Sha256: 3cff4ea8f104b19dee37016477141d1b4b8c3f2439992bb1539e938e6f1227ea
Contents?: true
Size: 446 Bytes
Versions: 27
Compression:
Stored size: 446 Bytes
Contents
<%- attributes.each do |attribute| -%> <th <%%= visible_column("<%= singular_table_name %>", "<%= attribute.name %>") %> class="col-<%= attribute.name %>"> <%- id_or_not = "" -%> <%- if @beautiful_attributes.include?(attribute.name + ':references') then -%> <%- id_or_not = "_id" -%> <%- end -%> <%%= sorting_header("<%= singular_table_name %>", "<%= attribute.name %><%= id_or_not %>", "<%= namespace_alone %>") %> </th> <%- end -%>
Version data entries
27 entries across 27 versions & 1 rubygems