forked from saurabh/orbit4-5
Removed pagination in dashboard
This commit is contained in:
parent
9b65de3914
commit
f3d9368728
|
@ -24,8 +24,4 @@
|
|||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul class="pager">
|
||||
<li><%= link_to_previous_page @most_visited, t(:previous), params: {controller: 'admin/dashboards', action: 'reload_most_visited'}, remote: true %></li>
|
||||
<li><%= link_to_next_page @most_visited, t(:next), params: {controller: 'admin/dashboards', action: 'reload_most_visited'}, remote: true %></li>
|
||||
</ul>
|
||||
</div>
|
|
@ -22,8 +22,4 @@
|
|||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul class="pager">
|
||||
<li><%= link_to_previous_page @recent_updated, t(:previous), params: {controller: 'admin/dashboards', action: 'reload_recent_update'}, remote: true %></li>
|
||||
<li><%= link_to_next_page @recent_updated, t(:next), params: {controller: 'admin/dashboards', action: 'reload_recent_update'}, remote: true %></li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Reference in New Issue