Sha256: ba73ee2efbb90ffa536a02369414bf68c3b166ecb4d508f99ff78fdebeefd349
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
<% if page.current? %> <a class="item active" href="<%= url %>" title="<%= t('views.pagination.page.current') %> <%= page %>"> <%= page %> </a> <% else %> <a class="item" href="<%= url %>" title="<%= t('views.pagination.page.goto') %> <%= page %>"> <%= page %> </a> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/views/kaminari/semantic_ui/_page.html.erb |
mega_bar-0.5.1 | app/views/kaminari/semantic_ui/_page.html.erb |