Sha256: 8b6ea079a88bde438da4d736ea46e072c5cbb73b8924ead449e936744fef1271

Contents?: true

Size: 477 Bytes

Versions: 6

Compression:

Stored size: 477 Bytes

Contents

  <% @page_heading = _('Manage tags') %>
  <% subtabs_for(:content) %>
  
  <div class="list" id="tags">	
    <%= render :partial => 'tags' %>
  </div>                      
  
  <div class="paginate">
    <%= link_to _("Previous page"), { :id => @tags_pages.current.previous } if @tags_pages.current.previous -%>
    <%= pagination_links @tags_pages, :name => 'id' -%>
    <%= link_to _("Next page"), { :id => @tags_pages.current.next } if @tags_pages.current.next -%>
	</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/tags/index.html.erb
typo-5.0.3.98 app/views/admin/tags/index.html.erb
typo-5.1.2 app/views/admin/tags/index.html.erb
typo-5.1.1 app/views/admin/tags/index.html.erb
typo-5.1.3 app/views/admin/tags/index.html.erb
typo-5.1 app/views/admin/tags/index.html.erb