Skip to content

Commit 053e84d

Browse files
committed
another blank vs. empty
1 parent ab9e8cd commit 053e84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/localizable/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<li class="supporters--contacts-item">
3232
<%= contact.name %>
3333
<% %w(email phone).each do |medium| %>
34-
<% unless contact.send(medium).empty? %>
34+
<% unless contact.send(medium).blank? %>
3535
<span class="supporters--contacts-item-<%= medium %>"><%= contact.send(medium) %></span>
3636
<% end %>
3737
<% end %>

0 commit comments

Comments
 (0)