mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Fix >50 comments message
This commit is contained in:
parent
d44fb89b03
commit
d119bacd77
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<i>Comments are disabled.</i>
|
||||
</b>
|
||||
}
|
||||
else if (Model.Comments.Count > 50)
|
||||
else if (Model.Comments.Count >= 50)
|
||||
{
|
||||
<p>There are more than 50 comments. Displaying the newest ones.</p>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue