Edit tweet intent URL (#15206)
This commit is contained in:
parent
10832a426f
commit
4ec93a4b5f
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@
|
|||
target="_blank"
|
||||
class="crayons-link crayons-link--block"
|
||||
rel="noopener"
|
||||
href='https://twitter.com/intent/tweet?text="<%= u t("views.actions.share.twitter.query",
|
||||
article: @article.title.strip,
|
||||
author: @article.user.twitter_username ? "@#{@article.user.twitter_username}" : @article.user.name) %><%= u " #{Settings::General.twitter_hashtag}" %><%= u " #{article_url(@article)}" %>'>
|
||||
href='https://twitter.com/intent/tweet?text=<%= u t("views.actions.share.twitter.query",
|
||||
article: @article.title.strip,
|
||||
author: @article.user.twitter_username ? "@#{@article.user.twitter_username}" : @article.user.name) %><%= u " #{Settings::General.twitter_hashtag}" %><%= u " #{article_url(@article)}" %>'>
|
||||
<%= t("views.actions.share.twitter.text") %>
|
||||
</a>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue