Sha256: 948a21ad8cc37f56bead8413d24b0b5eb19c01e7e9a1c4391b07f566b1328cb1

Contents?: true

Size: 491 Bytes

Versions: 11

Compression:

Stored size: 491 Bytes

Contents

  <%%= flexa_table_for @<%= plural_resource_name %> do -%>
    <% columns.each do |col| -%>
      <%% column :<%=col.name%>, :title=>"<%=col.name.humanize%>" %>
    <% end %>
  <%% end -%>

  <%%= flexa_fixed_toolbar "<%= plural_model_name.humanize %>", <%= plural_resource_name %>_path do %>
    <%%= flexa_add_button_to <%= resource_name.camelcase %> %>
    <%%= flexa_search_tool <%= resource_name.camelcase %> %>
    <%%= flexa_will_paginate @<%= plural_resource_name %> %>
  <%% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
flexa_lib-0.3.8 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.7 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.6 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.5 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.4 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.3 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.2 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.1 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.3.0 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.2.8 lib/generators/flexa_lib/crud/templates/view_tables.html.erb
flexa_lib-0.2.7 lib/generators/flexa_lib/crud/templates/view_tables.html.erb