diff options
| author | Michael <[email protected]> | 2017-05-11 10:14:48 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-11 10:14:48 -0400 |
| commit | dbce55459fae3568c3cd69562b5fe37bc7493d1c (patch) | |
| tree | 8afedb1f12cef77acd4bf436d2b6e7f3b01eb96b /Project-Unite/Views/Admin | |
| parent | 7e0dfbb778197ea4dc8205711ea96d87d24d1c95 (diff) | |
| download | project-unite-dbce55459fae3568c3cd69562b5fe37bc7493d1c.tar.gz project-unite-dbce55459fae3568c3cd69562b5fe37bc7493d1c.tar.bz2 project-unite-dbce55459fae3568c3cd69562b5fe37bc7493d1c.zip | |
Jesus.
*looks at the atmosphere with major thoights of the mess he has created*
Diffstat (limited to 'Project-Unite/Views/Admin')
| -rw-r--r-- | Project-Unite/Views/Admin/Index.cshtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml index 552f80c..4839e31 100644 --- a/Project-Unite/Views/Admin/Index.cshtml +++ b/Project-Unite/Views/Admin/Index.cshtml @@ -209,7 +209,7 @@ git clone https://github.com/MichaelTheShifter/Project-Unite @foreach (var user in db.Users.ToArray()) { - <div class="modal fade" id="[email protected]"> + <div class="modal fade" id="[email protected]"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> @@ -222,7 +222,7 @@ git clone https://github.com/MichaelTheShifter/Project-Unite @Html.Partial("~/Views/Moderator/UserDetails.cshtml", user) </div> <div class="modal-footer"> - <button type="button" class="btn btn-primary" data-dismiss="modal" data-target="#[email protected]">Close</button> + <button type="button" class="btn btn-primary" data-dismiss="modal" data-target="#[email protected]">Close</button> </div> </div> </div> @@ -271,7 +271,7 @@ git clone https://github.com/MichaelTheShifter/Project-Unite </td> <td> <a href="@Url.Action("ViewProfile", "Profiles", new { id = user.DisplayName })" class="btn btn-default"><span class="glyphicon glyphicon-user"></span> View Profile</a> - <a data-toggle="modal" href="#[email protected]" class="btn btn-warning"><span class="glyphicon glyphicon-wrench"></span> Moderate</a> + <a data-toggle="modal" href="#[email protected]" class="btn btn-warning"><span class="glyphicon glyphicon-wrench"></span> Moderate</a> </td> </tr> } |
