Sha256: 4ba9578c3aa8f41e7d86faedbaaa80949d27d51566adc6c15ca3985c03efae31

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

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

<p><%= button_to 'Create New Snippet', new_manage_cms_snippet_path, method: :get %></p>

<%= flash_message %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

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