Sha256: 00431710c5e3c7b7a666639b5f73a8412c46b9d412a0b7f5a4dacf47c73be6d5

Contents?: true

Size: 357 Bytes

Versions: 45

Compression:

Stored size: 357 Bytes

Contents

  <%=form_for @template,:url => spud_admin_template_path(:id => @template.id),:html=>{:class=>"form-horizontal"} do |f|%>
    <%=render :partial => "form",:locals => {:f => f}%>
	<div class="form-actions">
    	<%=f.submit "Save Template", :class=>"btn btn-primary"%> or <%=link_to "cancel",spud_admin_templates_path,:class => "btn"%>
	</div>
  <%end%>

 

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
spud_cms-0.8.5 app/views/spud/admin/templates/edit.html.erb
spud_cms-0.8.4 app/views/spud/admin/templates/edit.html.erb
spud_cms-0.8.2 app/views/spud/admin/templates/edit.html.erb
spud_cms-0.8.1 app/views/spud/admin/templates/edit.html.erb
spud_cms-0.8.0 app/views/spud/admin/templates/edit.html.erb