Sha256: 17129a67ee414c1ca1328b33e6cf6bc2f7a6cb9cd825046cc9c2bd58fdbb039f

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

<h2>CMS &raquo; Templates</h2>

<p><%= button_to 'Create New Template', { action: 'edit_template' }, method: :get %></p>

<%= flash_message %>

<table cellpadding="3" width="400" class="imagine-management">
  <tr>
    <th>Name</th>
  </tr>
  <%= render partial: 'temp', collection: @temps %>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
imagine_cms-4.2.4 app/views/management/cms/templates.html.erb
imagine_cms-4.2.3 app/views/management/cms/templates.html.erb
imagine_cms-4.2.2 app/views/management/cms/templates.html.erb
imagine_cms-4.2.1 app/views/management/cms/templates.html.erb
imagine_cms-4.2.0 app/views/management/cms/templates.html.erb