Sha256: 59e548e0257fb32e56b49e869f3814de1817b1882b82a8ba1626d8cb9184527d

Contents?: true

Size: 341 Bytes

Versions: 7

Compression:

Stored size: 341 Bytes

Contents

  

  <%=form_for @template,:url => admin_templates_path(),:html=>{:class=>"form-horizontal"} do |f|%>
    <%=render :partial => "form",:locals => {:f => f}%>
     <div class="form-actions">
    	<%=f.submit "Create 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/new.html.erb
tb_cms-1.1.2 app/views/admin/templates/new.html.erb
tb_cms-1.1.1 app/views/admin/templates/new.html.erb
tb_cms-1.1.0 app/views/admin/templates/new.html.erb
tb_cms-1.0.3 app/views/admin/templates/new.html.erb
tb_cms-1.0.2 app/views/admin/templates/new.html.erb
tb_cms-1.0.1 app/views/admin/templates/new.html.erb