many tiny changes

This commit is contained in:
jomo
2013-06-25 02:53:12 +02:00
parent c5dfdbeb8f
commit ceb39bf0c3
22 changed files with 209 additions and 80 deletions
+5 -2
View File
@@ -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 %>