name consistency (#1424)

This commit is contained in:
Toks
2013-06-14 12:32:25 -04:00
parent 4fd3901017
commit 4765ce11b6
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
<% end %> <% end %>
</menu> </menu>
<% if comment.editable_by?(CurrentUser.user) %> <% if comment.editable_by?(CurrentUser.user) %>
<%= render "comments/edit", :comment => comment %> <%= render "comments/form", :comment => comment %>
<% end %> <% end %>
<% end %> <% end %>
</div> </div>