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