mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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})"
|
||||
- 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