Skip to content

Commit

Permalink
Don't show "submitted by" user email public for privacy reasons. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 8, 2024
1 parent b824103 commit 904ab9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Website/Pages/SearchResults.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@
{
<hr />
<h4 class="strong-text intonation"><a href="/entries/@name.Name">@name.Name</a></h4>

<p><strong>Brief Meaning: </strong> @name.Meaning </p>

<p class="small text-muted">
<strong>@Localizer["submitby"]</strong> @name.SubmittedBy
</p>
}
}
</div>
Expand Down

0 comments on commit 904ab9e

Please sign in to comment.