diff --git a/themes/bootstrap/views/articles/read.html.erb b/themes/bootstrap/views/articles/read.html.erb index eaa01dde33..f95c23a40f 100644 --- a/themes/bootstrap/views/articles/read.html.erb +++ b/themes/bootstrap/views/articles/read.html.erb @@ -5,7 +5,7 @@ <%= render 'articles/meta', article: @article %> - <% if @article.user.twitter %> + <% if @article.user.twitter.present? %>
<%= _("If you liked this article you can %s", link_to(_("add me to Twitter"), "http://twitter.com/#{@article.user.twitter}"))%>