Sha256: 72a52c90b20d42f773414effe0214a7e29f2ec62ead6b9a3620f4db8b8f80d58
Contents?: true
Size: 568 Bytes
Versions: 4
Compression:
Stored size: 568 Bytes
Contents
<%=tr("Page {num} of {count}", "", {:num => apps.current_page, :count => apps.num_pages})%> <% if apps.first_page? %> <%=link_to_function('<<', "", :class=>"button super gray small") %> <% else %> <%=link_to_function('<<', "goPage('#{element_id}', '#{apps.current_page-1}')", :class=>"button super blue small") %> <% end %> <% if apps.last_page? %> <%=link_to_function('>>', "", :class=>"button super gray small") %> <% else %> <%=link_to_function('>>', "goPage('#{element_id}', '#{apps.current_page+1}')", :class=>"button super blue small") %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems