diff options
| author | Michael <[email protected]> | 2017-05-18 16:37:12 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-18 16:37:12 -0400 |
| commit | 059c0cfa2ebd4b0f7b7a8d4366e47155d6262073 (patch) | |
| tree | c30a64e2e594fd3fec2870af146152863ef34cb0 /Project-Unite/Views | |
| parent | e4a501c0260458e99be9ac557df380a1aaf9e6b2 (diff) | |
| download | project-unite-059c0cfa2ebd4b0f7b7a8d4366e47155d6262073.tar.gz project-unite-059c0cfa2ebd4b0f7b7a8d4366e47155d6262073.tar.bz2 project-unite-059c0cfa2ebd4b0f7b7a8d4366e47155d6262073.zip | |
parser error
Diffstat (limited to 'Project-Unite/Views')
| -rw-r--r-- | Project-Unite/Views/Manage/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index cff7179..0e02bc3 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -110,7 +110,7 @@ <div class="row"> <strong>Notification</strong> </div> - @foreach(var note in notes) + foreach(var note in notes) { <div class="row"> @if (!string.IsNullOrWhiteSpace(note.AvatarUrl)) |
