first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<h3>Inbox</h3>
|
||||
|
||||
@if (@MessageCount > 0)
|
||||
{
|
||||
<h4>You currently have @MessageCount questions from employees!</h4>
|
||||
}
|
||||
else
|
||||
{
|
||||
<h4>No questions from employees! All good!</h4>
|
||||
}
|
||||
|
||||
<br />
|
||||
<br />
|
||||
Reference in New Issue
Block a user