Fix haml-lint error
The error was introduced when merging https://github.com/openSUSE/osem/pull/1469 as a offense was introduced since the tests there were run and the PR got merged.
This commit is contained in:
parent
52c90811a6
commit
0aff947f05
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
= "(#{@users.length})"
|
= "(#{@users.length})"
|
||||||
- if can? :create, User
|
- if can? :create, User
|
||||||
.pull-right
|
.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
|
.row
|
||||||
.col-md-12.table-responsive
|
.col-md-12.table-responsive
|
||||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue