block-sized action button
This commit is contained in:
parent
8a6d661216
commit
d0000f0754
|
@ -10,7 +10,7 @@
|
||||||
%button#editprofile.btn.btn-primary.btn-block.profile--follow-btn{type: :button, name: 'user-action', data: { action: :follow, type: type, target: user.screen_name }}
|
%button#editprofile.btn.btn-primary.btn-block.profile--follow-btn{type: :button, name: 'user-action', data: { action: :follow, type: type, target: user.screen_name }}
|
||||||
Follow
|
Follow
|
||||||
- unless user == current_user
|
- unless user == current_user
|
||||||
.btn-group
|
.btn-group.btn-block
|
||||||
%button.btn.btn-default.btn-block.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
|
%button.btn.btn-default.btn-block.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
|
||||||
Actions
|
Actions
|
||||||
%span.caret
|
%span.caret
|
||||||
|
|
Loading…
Reference in New Issue