parser error

This commit is contained in:
Michael 2017-05-18 16:37:12 -04:00
parent e4a501c026
commit 059c0cfa2e

View file

@ -110,7 +110,7 @@
<div class="row"> <div class="row">
<strong>Notification</strong> <strong>Notification</strong>
</div> </div>
@foreach(var note in notes) foreach(var note in notes)
{ {
<div class="row"> <div class="row">
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl)) @if (!string.IsNullOrWhiteSpace(note.AvatarUrl))