Skip to content

Commit 59dc88c

Browse files
Update referral_programs.html.erb
Co-authored-by: Samuel Fernandez <[email protected]>
1 parent 181dee9 commit 59dc88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/admin/referral_programs.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="flex flex-col">
99
<h5 class="m-0 p-0"><%= program.name %></h5>
1010
<small class="text-muted"><%= program.created_at.strftime("%Y-%m-%d") %> • Created by <%= program.creator.name %></small>
11-
<small class="text-muted">Redirects to: <%= link_to(program.redirect_to.presence || root_url, program.redirect_to.presence || root_url) %></small>
11+
<small class="text-muted">Redirects to: <%= link_to(program.redirect_to.presence || root_url) %></small>
1212
</div>
1313
<div class="flex flex-row gap-2 justify-between m-0">
1414
<span class="m-0"><%= pluralize(program.users.size, "user") %><%= pluralize(program.new_users.size, "new user") %></span>

0 commit comments

Comments
 (0)