Sha256: ef74b2afc4bd5d0431c8764e1e4f656d01e692da5b2f4b3684c1497e5691a257
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
<% @page_heading = "Comments for #{ link_to h(@article.title), :controller => 'content', :action => 'show', :id => @article }" %> <h3>Creating comment</h3> <%= start_form_tag :action=>"new" %> <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