Sha256: e718bae9d6f9aa7061c974fba4883931043f423d1ecd18149bcbaba30d958d25
Contents?: true
Size: 407 Bytes
Versions: 7
Compression:
Stored size: 407 Bytes
Contents
<% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %> <% content_for('tasks') do %> <%= task_show _('Show this comment'), @comment.id %> <% end %> <p><%= _("Are you sure you want to delete this item?")%></p> <% form_tag do %> <%= hidden_field "comment", "id" %> <%= confirm_delete %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems