Sha256: 58a75603fcbc74656cac0e9f05c09410f677fb498a914104b02c138c037c6114
Contents?: true
Size: 550 Bytes
Versions: 8
Compression:
Stored size: 550 Bytes
Contents
<% @page_heading = _('Categories') + "<span>» #{link_to(_('add new'), :controller => 'categories', :action => 'new')}</span>" %> <% subtabs_for(:content) %> <div id="category_container" class="list"> <%= render :partial => 'categories' %> </div> <div class="paginate"> <%= link_to_remote(_('Reorder'), :update => 'category_container', :url => { :action => 'reorder' }) %> | <%= link_to_remote(_('Sort alphabetically'), :update => 'category_container', :url => { :action => 'asort' }) %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems