fixed new blogpost entry

This commit is contained in:
jomo
2013-06-25 03:17:06 +02:00
parent 1eb0ce05bb
commit c00532aff2

View File

@@ -1,6 +1,6 @@
<h1>New Post</h1>
<%= simple_form_for @post do |f|%>
<%= f.input :title, :label => false %>
<%= f.input :text, :label => false'%>
<%= f.input :text, :label => false %>
<%= f.submit "Update Post", :id => "edit_create_post" %>
<% end %>