From 4765ce11b6700f5525758c315e8a2a56fc8d41ba Mon Sep 17 00:00:00 2001 From: Toks Date: Fri, 14 Jun 2013 12:32:25 -0400 Subject: [PATCH] name consistency (#1424) --- app/views/comments/{_edit.html.erb => _form.html.erb} | 0 app/views/comments/partials/show/_comment.html.erb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/views/comments/{_edit.html.erb => _form.html.erb} (100%) 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 %>