2023-01-04 03:40:19 -08:00
|
|
|
.dropdown-menu.dropdown-menu-end{ role: :menu }
|
2022-08-21 06:03:42 -07:00
|
|
|
%a.dropdown-item{ href: twitter_share_url(answer), target: "_blank" }
|
|
|
|
%i.fa.fa-fw.fa-twitter
|
|
|
|
= t(".twitter")
|
|
|
|
%a.dropdown-item{ href: tumblr_share_url(answer), target: "_blank" }
|
|
|
|
%i.fa.fa-fw.fa-tumblr
|
|
|
|
= t(".tumblr")
|
2023-02-19 12:15:56 -08:00
|
|
|
%a.dropdown-item{ href: telegram_share_url(answer), target: "_blank" }
|
|
|
|
%i.fa.fa-fw.fa-telegram
|
|
|
|
= t(".telegram")
|
2023-11-12 03:05:17 -08:00
|
|
|
%a.dropdown-item{ href: "#", data: { controller: :clipboard, action: "clipboard#copy", clipboard_copy_value: prepare_tweet(answer) } }
|
2023-11-11 13:45:35 -08:00
|
|
|
%i.fa.fa-fw.fa-solid.fa-copy
|
|
|
|
= t(".copy")
|
2023-10-16 06:20:04 -07:00
|
|
|
%a.dropdown-item{ href: "#", data: { controller: :share, action: "share#share", share_url_value: answer_share_url(answer) } }
|
2022-08-21 06:10:17 -07:00
|
|
|
= t(".other")
|