Skip to content

Commit

Permalink
Minor color update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Dec 6, 2023
1 parent 0fa0b7d commit 4fe5a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/names/_correspondence.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2>Correspondence with curators</h2>
<% @name.correspondences.each do |correspondence| %>
<dt>
<%= fa_icon('comment', class: 'text-primary') %>
<%= fa_icon('comment') %>
<%= link_to(correspondence.user) do %>
<%= correspondence.user.username %>
<% if correspondence.user.curator? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/registers/_correspondence.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% end %>
<% @register.correspondences.each do |correspondence| %>
<dt>
<%= fa_icon('comment', class: 'text-primary') %>
<%= fa_icon('comment') %>
<%= link_to(correspondence.user) do %>
<%= correspondence.user.username %>
<% if correspondence.user.curator? %>
Expand Down

0 comments on commit 4fe5a2d

Please sign in to comment.