diff --git a/app/views/posts/partials/index/_edit.html.erb b/app/views/posts/partials/index/_edit.html.erb
index 736b61969..ee4c9bc0b 100644
--- a/app/views/posts/partials/index/_edit.html.erb
+++ b/app/views/posts/partials/index/_edit.html.erb
@@ -2,8 +2,10 @@
Edit
<%= form_tag("/posts", :class => "simple_form", :method => :put, :id => "quick-edit-form") do %>
- <%= text_area_tag "post[tag_string]", "" %>
- <%= submit_tag "Submit" %>
- <%= submit_tag "Cancel" %>
+
+ <%= text_area_tag "post[tag_string]", "" %>
+ <%= submit_tag "Submit" %>
+ <%= submit_tag "Cancel" %>
+
<% end %>