mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +00:00
Add comment form max char limit validation (#722)
* Add comment form max char limit validation, minor visual nitpick * Italicize banned/disabled/etc messages within comments
This commit is contained in:
parent
81580c6afd
commit
89877d359f
2 changed files with 4 additions and 6 deletions
|
@ -181,7 +181,7 @@
|
|||
@if (Model.ProfileUser.IsBanned)
|
||||
{
|
||||
<div class="ui yellow segment" id="comments">
|
||||
<p>Comments are disabled because the user is banned.</p>
|
||||
<p><i>Comments are disabled because the user is banned.</i></p>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue