Sha256: 22e5f15c7f886bb56373699be9dbf659b0603698e2ffe0a9ea6a1b4db8502ff4

Contents?: true

Size: 282 Bytes

Versions: 9

Compression:

Stored size: 282 Bytes

Contents

  <% @page_heading = 'Categories' %>

  <%= start_form_tag :action=>"edit", :id => @category.id %>
  <h3>Editing category</h3>
  <div class="form">	
    <%= render_partial "form" %>
  </div>

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

  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/categories/edit.rhtml
typo-3.99.2 app/views/admin/categories/edit.rhtml
typo-3.99.1 app/views/admin/categories/edit.rhtml
typo-3.99.3 app/views/admin/categories/edit.rhtml
typo-4.0.1 app/views/admin/categories/edit.rhtml
typo-4.0.0 app/views/admin/categories/edit.rhtml
typo-4.0.2 app/views/admin/categories/edit.rhtml
typo-3.99.4 app/views/admin/categories/edit.rhtml
typo-4.0.3 app/views/admin/categories/edit.rhtml