This commit is contained in:
jomo
2013-10-07 05:33:12 +02:00
parent 5fac505a31
commit 292e1ae4bb
4 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<h1>New Post</h1>
<%= simple_form_for @post do |f|%>
<%= f.input :title, :label => false %>
<%= f.input :content, :label => false %>
<%= f.input :content, :label => false, input_html: {class: "full-width vertical"} %>
<%= f.submit "Update Post", :id => "edit_create_post" %>
<% end %>