Sha256: 73846e882fd467b001df2e53aa488d4a310c4700011c339df95dc56e39621b8e

Contents?: true

Size: 614 Bytes

Versions: 9

Compression:

Stored size: 614 Bytes

Contents

  <% @page_heading = 'Categories' %>

  <% content_for('tasks') do -%>
    <%= task_quickpost('Create new category') -%>
    <li><%= link_to_remote('Reorder', :update => 'category_container', :url => { :action => 'reorder' }) %></li>
    <li><%= link_to_remote('Sort alphabetically', :update => 'category_container', :url => { :action => 'asort' }) -%></li>
  <% end -%> 

  <div id="quick-post" style="display:none;position:absolute;">
    <%= render :partial => "quick_post" %>
  </div>
  
  <div id="category_container" class="list">	
    <%= render :partial => 'categories' %>  
  </div>                      

Version data entries

9 entries across 9 versions & 1 rubygems

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