We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0b082 commit 2f0b50cCopy full SHA for 2f0b50c
source/localizable/index.html.erb
@@ -24,7 +24,7 @@
24
<div class="user group">
25
<span class="supporters--item-location"><%= supporter.city %>/<%= supporter.country %></span>
26
<%= link_to supporter.link.sub(%r(https?://), ''), supporter.link, class: 'supporters--item-link' %>
27
- <%= link_to('@' + supporter.twitter, 'https://twitter.com/' + supporter.twitter, class: 'supporters--item-link') unless supporter.twitter.empty? %>
+ <%= link_to('@' + supporter.twitter, 'https://twitter.com/' + supporter.twitter, class: 'supporters--item-link') unless supporter.twitter.blank? %>
28
</div>
29
<ul class="supporters--contacts">
30
<% supporter.contacts.each do |contact| %>
0 commit comments