Skip to content

Commit

Permalink
Merge pull request publify#253 from fdv/bugfix_7.x
Browse files Browse the repository at this point in the history
Fixes comment creation from within the admin.
  • Loading branch information
Frédéric de Villamil committed Sep 23, 2013
2 parents eb5f126 + 34205cd commit ea60e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/admin/feedback/article.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<%end%>
<%= form_tag :action => "create" do %>
<%= hidden_field_tag('article_id', @article.id) %>
<fieldset class='form-horizontal'>
<legend><%= _("Add a comment")%></legend>
<div class='control-group'>
Expand Down

0 comments on commit ea60e15

Please sign in to comment.