Sha256: 9644c3993ceb03349244b1394ca8a7fbba73acfdae357424f48ef7b4eee7ccd8

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

  <% @page_heading = _('Edit Category') %>
  <% content_for('tasks') do %>
    <%= task_overview %>
  <% end %>
  <% form_tag :action=>"edit", :id => @category.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/categories/edit.html.erb
typo-5.0.3.98 app/views/admin/categories/edit.html.erb
typo-5.1.2 app/views/admin/categories/edit.html.erb
typo-5.1.1 app/views/admin/categories/edit.html.erb
typo-5.1.3 app/views/admin/categories/edit.html.erb
typo-5.1 app/views/admin/categories/edit.html.erb