diff --git a/app/views/comments/_edit.html.erb b/app/views/comments/_form.html.erb
similarity index 100%
rename from app/views/comments/_edit.html.erb
rename to app/views/comments/_form.html.erb
diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb
index c6a90ec1a..3662a7a98 100644
--- a/app/views/comments/partials/show/_comment.html.erb
+++ b/app/views/comments/partials/show/_comment.html.erb
@@ -27,7 +27,7 @@
<% end %>
<% if comment.editable_by?(CurrentUser.user) %>
- <%= render "comments/edit", :comment => comment %>
+ <%= render "comments/form", :comment => comment %>
<% end %>
<% end %>