Add Bluesky to answerbox sharing options
This commit is contained in:
parent
4ed9cf5a32
commit
507c27da06
|
@ -2,6 +2,9 @@
|
||||||
%a.dropdown-item{ href: twitter_share_url(answer), target: "_blank" }
|
%a.dropdown-item{ href: twitter_share_url(answer), target: "_blank" }
|
||||||
%i.fa.fa-fw.fa-twitter
|
%i.fa.fa-fw.fa-twitter
|
||||||
= t(".twitter")
|
= t(".twitter")
|
||||||
|
%a.dropdown-item{ href: bluesky_share_url(answer), target: "_blank" }
|
||||||
|
%i.fa.fa-fw.fa-cloud
|
||||||
|
= t(".bluesky")
|
||||||
%a.dropdown-item{ href: tumblr_share_url(answer), target: "_blank" }
|
%a.dropdown-item{ href: tumblr_share_url(answer), target: "_blank" }
|
||||||
%i.fa.fa-fw.fa-tumblr
|
%i.fa.fa-fw.fa-tumblr
|
||||||
= t(".tumblr")
|
= t(".tumblr")
|
||||||
|
|
|
@ -79,6 +79,7 @@ en:
|
||||||
pin: "Pin to Profile"
|
pin: "Pin to Profile"
|
||||||
unpin: "Unpin from Profile"
|
unpin: "Unpin from Profile"
|
||||||
share:
|
share:
|
||||||
|
bluesky: "Share on Bluesky"
|
||||||
copy: "Copy to Clipboard"
|
copy: "Copy to Clipboard"
|
||||||
twitter: "Share on Twitter"
|
twitter: "Share on Twitter"
|
||||||
tumblr: "Share on Tumblr"
|
tumblr: "Share on Tumblr"
|
||||||
|
|
Loading…
Reference in New Issue