Sha256: e84ca3a921e8cc111ca663f0a579d776ee5fba66e5b703256fa133f2a0a296c8

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

<%=form_for @snippet,:url => spud_admin_snippet_path(@snippet),:html=>{:class=>"form-horizontal"} do |f|%>
  <%=render :partial => "form",:locals => {:f => f}%>
  <div class="form-group">
		<div class="col-sm-8 col-sm-offset-2">
		    <%=f.submit "Save Snippet", :class=>"btn btn-primary"%> or <%=link_to "cancel",spud_admin_snippets_path,:class => "btn btn-default"%>
	    </div>
  </div>

<%end%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spud_cms-1.0.2 app/views/spud/admin/snippets/edit.html.erb
spud_cms-1.0.1 app/views/spud/admin/snippets/edit.html.erb
spud_cms-1.0.0 app/views/spud/admin/snippets/edit.html.erb