Sha256: fac09ab8b75de6e163d193c247678e75626ed1919ee55ba60322d544c2d8e902

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

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

<%= flash_message %>

<button onclick="location.href = '<%= url_for :action => 'edit_snippet' %>'" class="form_button">Create Snippet</button>
<br/>
<br/>

<table>
  <tr>
    <td>Name</td>
  </tr>
  <%= render :partial => 'snippet', :collection => @snippets %>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
imagine_cms-3.0.0.beta10 app/views/management/cms/snippets.html.erb
imagine_cms-3.0.0.beta9 app/views/management/cms/snippets.html.erb
imagine_cms-3.0.0.beta8 app/views/management/cms/snippets.html.erb
imagine_cms-3.0.0.beta7 app/views/management/cms/snippets.html.erb