Sha256: 548b3404789a0e4d3571445afc7ddc58b33e04371311c34cbaa68788db6b886d
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
<% @page_heading = "Comments for #{ link_to h(@article.title), :controller => 'content', :action => 'show', :id => @article }" %> <% content_for('tasks') do %> <li><%= comment_url_link 'View comment on your blog', @comment %></li> <% end %> <%= start_form_tag :action=>"edit", :id => @comment.id %> <h3>Editing comment</h3> <div class="form"> <%= render_partial "form" %> </div> <div id="operations"> <%= save %> or <%= cancel %> </div> <%= end_form_tag %>
Version data entries
9 entries across 9 versions & 1 rubygems