Sha256: 4e07b73cabd9a1d05bd56a9ff3f8c6618cf1ea641ec3d63f924c6e9feb4e0cdc

Contents?: true

Size: 281 Bytes

Versions: 7

Compression:

Stored size: 281 Bytes

Contents

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

<p><%= button_to 'Create New Template', new_manage_cms_template_path, method: :get %></p>

<%= flash_message %>

<table cellpadding="3" width="400" class="imagine-management">
  <tr>
    <th>Name</th>
  </tr>
  <%= render @cms_templates %>
</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
imagine_cms-5.2.6 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.5 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.4 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.3 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.2 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.1 app/views/manage/cms_templates/index.html.erb
imagine_cms-5.2.0 app/views/manage/cms_templates/index.html.erb