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})%> 
&nbsp;
<% 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

Version Path
platform-3.1.4 app/views/platform/apps/_paginator.html.erb
platform-3.1.3 app/views/platform/apps/_paginator.html.erb
platform-3.1.2 app/views/platform/apps/_paginator.html.erb
platform-3.1.1 app/views/platform/apps/_paginator.html.erb