<% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %> <% content_for('tasks') do %>
  • <%= link_to_permalink @comment, _('View comment on your blog') %>
  • <% end %> <% form_tag :action=>"edit", :id => @comment.id do %>

    <%= _("Editing comment")%>

    <%= render_partial "form" %>
    <%= save %> or <%= cancel %>
    <% end %>