Sha256: 787f957fcba78d9240ca02419356522d1c08022d31a066a36a3b7edb48fd9178

Contents?: true

Size: 293 Bytes

Versions: 8

Compression:

Stored size: 293 Bytes

Contents

<%= tb_form_for @post,
	url: admin_post_path(@post),
	remote: true,
	data: {
		errors: :inline,
		success: admin_posts_path,
		preview_action: admin_post_preview_path(@post)
	},
	html: { :class => 'form-horizontal' } do |f| %>
	<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tb_blog-1.4.4 app/views/admin/posts/edit.html.erb
tb_blog-1.4.3 app/views/admin/posts/edit.html.erb
tb_blog-1.4.2 app/views/admin/posts/edit.html.erb
tb_blog-1.3.5 app/views/admin/posts/edit.html.erb
tb_blog-1.4.1 app/views/admin/posts/edit.html.erb
tb_blog-1.4.0 app/views/admin/posts/edit.html.erb
tb_blog-1.3.4 app/views/admin/posts/edit.html.erb
tb_blog-1.4.beta1 app/views/admin/posts/edit.html.erb