diff options
Diffstat (limited to 'app/views/roles/list.rhtml')
-rw-r--r-- | app/views/roles/list.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/roles/list.rhtml b/app/views/roles/list.rhtml index c6c4492b3..872c62ee8 100644 --- a/app/views/roles/list.rhtml +++ b/app/views/roles/list.rhtml @@ -21,10 +21,10 @@ <%= link_to image_tag('2downarrow.png', :alt => l(:label_sort_lowest)), {:action => 'move', :id => role, :position => 'lowest'}, :method => :post, :title => l(:label_sort_lowest) %> </td> <td align="center"> - <%= button_to l(:button_delete), { :action => 'destroy', :id => role }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
+ <%= button_to l(:button_delete), { :action => 'destroy', :id => role }, :confirm => l(:text_are_you_sure), :class => "button-small" %> </tr> <% end %> </tbody> </table> -
+ <%= pagination_links_full @role_pages %>
\ No newline at end of file |