Sha256: 5d86e72b3acaca65963d6f6c8991caaf8cb770e807774934d701bf93e2907220

Contents?: true

Size: 347 Bytes

Versions: 4

Compression:

Stored size: 347 Bytes

Contents

  <% @page_heading = _('Categories') %>
  <% content_for('tasks') do %>
    <%= task_overview %>
  <% end %>
  <% form_tag :action=>"edit", :id => @category.id do %>
  <h3><% _("Editing category")%></h3>
  <div class="form">
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save %> or <%= cancel %>
  </div>

  <% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/categories/edit.rhtml
typo-5.0.2 app/views/admin/categories/edit.html.erb
typo-5.0.1 app/views/admin/categories/edit.html.erb
typo-5.0 app/views/admin/categories/edit.html.erb