dropdown is now left
This commit is contained in:
parent
33694d3820
commit
35e956e692
|
@ -14,11 +14,12 @@
|
|||
%button.btn.btn-default.btn-block.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
|
||||
Actions
|
||||
%span.caret
|
||||
%ul.dropdown-menu.dropdown-menu-right
|
||||
/%li
|
||||
%a{href: '#', name: 'user-action', data: { action: :block, type: type, target: user.screen_name }}
|
||||
%i.fa.fa-minus-circle
|
||||
Block
|
||||
%ul.dropdown-menu
|
||||
/
|
||||
%li
|
||||
%a{href: '#', name: 'user-action', data: { action: :block, type: type, target: user.screen_name }}
|
||||
%i.fa.fa-minus-circle
|
||||
Block
|
||||
%li
|
||||
%a{href: '#', name: 'user-action', data: { action: :report, type: type, target: user.screen_name }}
|
||||
%i.fa.fa-exclamation-triangle
|
||||
|
|
Loading…
Reference in New Issue