Sha256: 037c008632cf24011fc106934682c01606673d3878c138eb615e7bc78796eec1

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>

  <% content_for('tasks') do %>
    <li><%= task_overview %></li>
  <% end %>

  <% form_tag :action=>"edit", :id => @comment.id do %>

  <div class="admin set">
    <%= render_partial "form" %>
  </div>

  <%= cancel_or_save %>
  <% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/comments/edit.html.erb
typo-5.0.3.98 app/views/admin/comments/edit.html.erb
typo-5.1.1 app/views/admin/comments/edit.html.erb
typo-5.1.2 app/views/admin/comments/edit.html.erb
typo-5.1.3 app/views/admin/comments/edit.html.erb
typo-5.1 app/views/admin/comments/edit.html.erb