dropdown is now left

This commit is contained in:
nilsding 2014-12-27 18:14:31 +01:00
parent 33694d3820
commit 35e956e692
1 changed files with 6 additions and 5 deletions

View File

@ -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