Sha256: 1eacc212b9de2f019d142f1c01380bbfb7b3488769c69ce8998d8f7ebc9b73ed
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
<% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %> <% content_for('tasks') do %> <%= task_overview %> <% end %> <h3><%= _("Creating comment")%></h3> <% form_tag :action=>"new" do %> <div class="form"> <%= render_partial "form" %> </div> <div id="operations"> <%= save %> or <%= cancel %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/comments/new.rhtml |