This commit is contained in:
parent
016ef25019
commit
108866b8ba
|
@ -28,13 +28,13 @@
|
||||||
<!-- <div class="pagination" style="border-bottom: 1px solid rgb(223,223,223); width: 95%; margin-left: 2%; margin-top: 0px">
|
<!-- <div class="pagination" style="border-bottom: 1px solid rgb(223,223,223); width: 95%; margin-left: 2%; margin-top: 0px">
|
||||||
<ul style="margin-right:0px">
|
<ul style="margin-right:0px">
|
||||||
<li>
|
<li>
|
||||||
<%= link_to l(:label_sort_by_time), users_path(:user_sort_type => '0') %>
|
<%#= link_to l(:label_sort_by_time), users_path(:user_sort_type => '0') %>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to l(:label_sort_by_active), users_path(:user_sort_type => '1') %>
|
<%#= link_to l(:label_sort_by_active), users_path(:user_sort_type => '1') %>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to l(:label_sort_by_influence), users_path(:user_sort_type => '2') %>
|
<%#= link_to l(:label_sort_by_influence), users_path(:user_sort_type => '2') %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
Loading…
Reference in New Issue