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

Version Path
beautiful_scaffold-0.3.3 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.2 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.1 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc6 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc5 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc4 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc3 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc2 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.rc1 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.3.0.pre lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.7 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.6 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.5 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.4 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.3 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.2 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.1 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.2.0 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.1.9 lib/generators/templates/app/views/partials/_index_header.html.erb
beautiful_scaffold-0.1.8 lib/generators/templates/app/views/partials/_index_header.html.erb