Sha256: fdb175948735f167b8ca8e3324ec1ff517d51aa6492ca04961bdc47abcece0c9
Contents?: true
Size: 393 Bytes
Versions: 9
Compression:
Stored size: 393 Bytes
Contents
<% @page_heading = "Comments for #{ link_to h(@article.title), :controller => '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> <%= start_form_tag %> <%= hidden_field "comment", "id" %> <%= confirm_delete %> <%= end_form_tag %>
Version data entries
9 entries across 9 versions & 1 rubygems