fixed new blogpost entry
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h1>New Post</h1>
|
<h1>New Post</h1>
|
||||||
<%= simple_form_for @post do |f|%>
|
<%= simple_form_for @post do |f|%>
|
||||||
<%= f.input :title, :label => false %>
|
<%= f.input :title, :label => false %>
|
||||||
<%= f.input :text, :label => false'%>
|
<%= f.input :text, :label => false %>
|
||||||
<%= f.submit "Update Post", :id => "edit_create_post" %>
|
<%= f.submit "Update Post", :id => "edit_create_post" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user