We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c0abb commit 15c0397Copy full SHA for 15c0397
CFLookup/Pages/Index.cshtml
@@ -284,8 +284,9 @@
284
}
285
else
286
{
287
- <h2>@Model.FoundMod.Name</h2> <small style="color: #c3c3c3;">(Project Id: @Model.FoundMod.Id)</small>
+ <h2>@Model.FoundMod.Name</h2>
288
289
+ <em><small style="color: #c3c3c3;">(Project Id: @Model.FoundMod.Id)</small></em>
290
<p><i>@Model.FoundMod.Summary</i></p>
291
@if (Model.FoundGame != null)
292
0 commit comments