Skip to content

Commit

Permalink
Remove email display from contributor card
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 19, 2024
1 parent c7348c1 commit c12ea87
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/contributors/_contributor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<div class="flex-grow-1 ms-3 text-break">
<h5 class='card-title'>
<%= link_to contributor, contributor_path(contributor) %>
<% if contributor.name.present? || contributor.login.present? %>

<small class="text-muted">
<%= contributor.email %>
</small>
<% end %>
</h5>

<p class="card-subtitle mb-2 text-muted"><i><small>
Expand Down

0 comments on commit c12ea87

Please sign in to comment.