This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/views/blogposts/new.html.erb
2013-10-07 04:59:21 +02:00

7 lines
206 B
Plaintext

<h1>New Post</h1>
<%= simple_form_for @post do |f|%>
<%= f.input :title, :label => false %>
<%= f.input :content, :label => false %>
<%= f.submit "Update Post", :id => "edit_create_post" %>
<% end %>