Note: You can use <%= link_to "Markdown", "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet", target: "_blank" %>!
<%= simple_form_for @post do |f|%> <%= f.input :title, :label => false %> <%= f.text_area :content, :label => false, input_html: {class: "full-width vertical"} %><%= f.submit "Update Post", class: "btn blue left" %>
<% end %><%= button_to "Delete post", @post, method: "delete", data: {confirm: "Delete post & comments forever?"}, class: "btn red right" %>