Sha256: 2a1e38c1c0b17aa378d772533aa2808c3705cd03f4f2cf336057d984651c4670

Contents?: true

Size: 347 Bytes

Versions: 7

Compression:

Stored size: 347 Bytes

Contents

  <%=form_for @template,:url => 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",admin_templates_path,:class => "btn"%>
	</div>
  <%end%>

 

Version data entries

7 entries across 7 versions & 1 rubygems

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