Skip to content

Commit 15c0397

Browse files
author
Chris Åkerfeldt Wendel
committed
fix: Always show the project ID
1 parent d2c0abb commit 15c0397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CFLookup/Pages/Index.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@
284284
}
285285
else
286286
{
287-
<h2>@Model.FoundMod.Name</h2> <small style="color: #c3c3c3;">(Project Id: @Model.FoundMod.Id)</small>
287+
<h2>@Model.FoundMod.Name</h2>
288288
}
289+
<em><small style="color: #c3c3c3;">(Project Id: @Model.FoundMod.Id)</small></em>
289290
<p><i>@Model.FoundMod.Summary</i></p>
290291
@if (Model.FoundGame != null)
291292
{

0 commit comments

Comments
 (0)