Merge pull request #1486 from Ana06/fix-rubocop-haml
Fix haml-lint error
This commit is contained in:
commit
3ae97eb889
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
= "(#{@users.length})"
|
||||
- if can? :create, User
|
||||
.pull-right
|
||||
=link_to 'Add User', new_admin_user_path, :class => 'button btn btn-default btn-info'
|
||||
= link_to 'Add User', new_admin_user_path, :class => 'button btn btn-default btn-info'
|
||||
.row
|
||||
.col-md-12.table-responsive
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue