Skip to content

Commit 7104192

Browse files
Merge pull request #279 from MITLibraries/use-214-bug
Fix bug that skips rendering single contributors
2 parents 77970ca + f06c690 commit 7104192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%= return if contributors.blank? %>
22

3-
<% contributors.uniq do |contributor| %>
3+
<% contributors.uniq.each do |contributor| %>
44
<li><%= link_to contributor['value'], results_path({ advanced: true, contributors: contributor['value'] }) %></li>
55
<% end %>

0 commit comments

Comments
 (0)