Skip to content

Commit

Permalink
Fixes comment creation from within the admin.
Browse files Browse the repository at this point in the history
Maybe this should move to admin/content since it's more content?

Solves publify#252.
  • Loading branch information
Frédéric de Villamil committed Sep 23, 2013
1 parent eb5f126 commit 34205cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/admin/feedback/article.html.erb
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 34205cd

Please sign in to comment.