Sha256: fe7708d4c41f72d39e97eda40f22d7715153be79684ea23aaa97284258e34a70

Contents?: true

Size: 337 Bytes

Versions: 9

Compression:

Stored size: 337 Bytes

Contents

<header class="header">
  <h1 class="header-heading"><%= @page.resource_name.pluralize.titleize %></h1>
  <%= link_to(
    "New #{@page.resource_name.titleize.downcase}",
    [:new, Administrate::NAMESPACE, @page.resource_name],
    class: "button",
  ) %>
</header>

<%= render "table", table_presenter: @page, resources: @resources %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
administrate-0.0.11 app/views/administrate/application/index.html.erb
administrate-0.0.10 app/views/administrate/application/index.html.erb
administrate-0.0.9 app/views/administrate/application/index.html.erb
administrate-0.0.8 app/views/administrate/application/index.html.erb
administrate-0.0.7 app/views/administrate/application/index.html.erb
administrate-0.0.6 app/views/administrate/application/index.html.erb
administrate-0.0.4 app/views/administrate/application/index.html.erb
administrate-0.0.3 app/views/administrate/application/index.html.erb
administrate-0.0.2 app/views/administrate/application/index.html.erb