Sha256: d7baf5eba3453079e4d26f0beb792639d34fb136f18434708146df6629c75d99

Contents?: true

Size: 324 Bytes

Versions: 9

Compression:

Stored size: 324 Bytes

Contents

<%=form_for @snippet,:url => admin_snippet_path(@snippet),:html=>{:class=>"form-horizontal"} do |f|%>
  <%=render :partial => "form",:locals => {:f => f}%>
  <div class="form-actions">
    <%=f.submit "Save Snippet", :class=>"btn btn-primary"%> or <%=link_to "cancel",admin_snippets_path,:class => "btn"%>
  </div>

<%end%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tb_cms-1.1.5 app/views/admin/snippets/edit.html.erb
tb_cms-1.1.4 app/views/admin/snippets/edit.html.erb
tb_cms-1.1.3 app/views/admin/snippets/edit.html.erb
tb_cms-1.1.2 app/views/admin/snippets/edit.html.erb
tb_cms-1.1.1 app/views/admin/snippets/edit.html.erb
tb_cms-1.1.0 app/views/admin/snippets/edit.html.erb
tb_cms-1.0.3 app/views/admin/snippets/edit.html.erb
tb_cms-1.0.2 app/views/admin/snippets/edit.html.erb
tb_cms-1.0.1 app/views/admin/snippets/edit.html.erb