mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Add Bluesky to answerbox sharing options
This commit is contained in:
parent
4ed9cf5a32
commit
507c27da06
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
%a.dropdown-item{ href: twitter_share_url(answer), target: "_blank" }
|
||||
%i.fa.fa-fw.fa-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" }
|
||||
%i.fa.fa-fw.fa-tumblr
|
||||
= t(".tumblr")
|
||||
|
|
|
@ -79,6 +79,7 @@ en:
|
|||
pin: "Pin to Profile"
|
||||
unpin: "Unpin from Profile"
|
||||
share:
|
||||
bluesky: "Share on Bluesky"
|
||||
copy: "Copy to Clipboard"
|
||||
twitter: "Share on Twitter"
|
||||
tumblr: "Share on Tumblr"
|
||||
|
|
Loading…
Reference in a new issue