<%= f.submit "Update Comment", class: "btn blue left" %>
<%= button_to "Delete comment", [@comment.blogpost, @comment] , method: "delete", data: {confirm: "Delete comment forever?"}, class: "btn red right" %>