Skip to content

Commit

Permalink
Update _alert_messages.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Aug 2, 2024
1 parent 22a3bf5 commit 293c687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/names/_alert_messages.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% if @name.redirect.present? %>
<div class="alert alert-warning">
This entry is now deprecated and has been replaced by
<%= display_link(@name) %>
<%= display_link(@name.redirect) %>
</div>
<% end %>
Expand Down

0 comments on commit 293c687

Please sign in to comment.