Sha256: 44c66f98e91c0c9c0206670958e37b0633316d6edef9f8b425e11b1c0060859a

Contents?: true

Size: 489 Bytes

Versions: 9

Compression:

Stored size: 489 Bytes

Contents

<%= form_for @page,:url => admin_page_path(:id => @page.id),:html=>{:class=>"form-horizontal page_form"} do |f| %>
	<%= render :partial => "form",:locals => {:f => f} %>
    <div class="row">
		  <div class="col-lg-10 col-offset-2">
	    	<%= f.submit "Save Page", :class => "btn btn-primary btn-save" %>
	    	<%= f.submit "Preview", :class => "btn btn-info btn-preview" %> or 
	    	<%= link_to "Cancel", admin_pages_path, :class => "btn btn-default" %>
    	</div>
    </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tb_cms-1.3.6 app/views/admin/pages/edit.html.erb
tb_cms-1.3.5 app/views/admin/pages/edit.html.erb
tb_cms-1.3.3 app/views/admin/pages/edit.html.erb
tb_cms-1.3.2 app/views/admin/pages/edit.html.erb
tb_cms-1.3.1 app/views/admin/pages/edit.html.erb
tb_cms-1.3.0 app/views/admin/pages/edit.html.erb
tb_cms-1.3.beta1 app/views/admin/pages/edit.html.erb
tb_cms-1.2.3 app/views/admin/pages/edit.html.erb
tb_cms-1.2.2 app/views/admin/pages/edit.html.erb