Archived
many tiny changes
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<h1>New Post</h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
<%= simple_form_for @post do |f|%>
|
||||
<%= f.input :title, :label => false %>
|
||||
<%= f.input :text, :label => false'%>
|
||||
<%= f.submit "Update Post", :id => "edit_create_post" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user