Sha256: eceb545fc1e1c3ce56f7ce0552b594e1526142b762f1b03a108ae96e8b5e7ede
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
<div> <b><%= (link_to(t('muck.raker.previous'), {:action => :browse_by_tags, :tags => URI.unescape(@term_list), :locale => @language, :limit => @limit, :offset => @offset - @limit}, :rel => "nofollow") + " ") if @offset > 0 %> <%= (link_to(t('muck.raker.next'), {:action => :browse_by_tags, :tags => URI.unescape(@term_list), :locale => @language,:limit => @limit, :offset => @offset + @limit}, :rel => "nofollow") if @results.size >= @limit )%> </b> </div>
Version data entries
4 entries across 4 versions & 1 rubygems