Skip to content

Commit

Permalink
I haven't twitter but this message presents anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
apsheronets committed Nov 21, 2013
1 parent fd1c916 commit 2a43447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap/views/articles/read.html.erb
Expand Up @@ -5,7 +5,7 @@
<%= render 'articles/meta', article: @article %>
<% if @article.user.twitter %>
<% if @article.user.twitter.present? %>
<div class='well'>
<%= _("If you liked this article you can %s", link_to(_("add me to Twitter"), "http://twitter.com/#{@article.user.twitter}"))%>
</div>
Expand Down

0 comments on commit 2a43447

Please sign in to comment.