Merge 027fff4b57 into c0cdf3e6e5
This commit is contained in:
commit
4417536816
3 changed files with 69 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
- if @users
|
||||
= "(#{@users.length})"
|
||||
|
||||
= link_to 'New User', new_admin_user_path, class: 'btn btn-success pull-right'
|
||||
= link_to 'New User', new_admin_user_path, class: 'btn btn-success pull-right' unless CONFIG['authentication']['ichain']['enabled']
|
||||
%table.table.table-striped.table-bordered.table-hover#users-datatable
|
||||
%thead
|
||||
%th ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue