diff options
| author | Michael <[email protected]> | 2017-05-09 13:49:26 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-09 13:49:26 -0400 |
| commit | 6d1da265b954c394e94ea7d98678818889799412 (patch) | |
| tree | e79e977b8d0d67e6e89fabd312b04e346a9e2e82 | |
| parent | 1b7da65ca78710fd8b5cd2f77c4a0503b11cd947 (diff) | |
| download | project-unite-6d1da265b954c394e94ea7d98678818889799412.tar.gz project-unite-6d1da265b954c394e94ea7d98678818889799412.tar.bz2 project-unite-6d1da265b954c394e94ea7d98678818889799412.zip | |
fix dialogs kinda
| -rw-r--r-- | Project-Unite/Views/Bugs/Index.cshtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Views/Bugs/Index.cshtml b/Project-Unite/Views/Bugs/Index.cshtml index 4249bed..fba2f91 100644 --- a/Project-Unite/Views/Bugs/Index.cshtml +++ b/Project-Unite/Views/Bugs/Index.cshtml @@ -51,6 +51,7 @@ <tr> <td> <div class="modal fade in" id="[email protected]"> + <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h2>View bug</h2> @@ -66,6 +67,7 @@ <button data-dissmiss="modal" data-target="#[email protected]" class="btn btn-primary"><span class="glyphicon glyphicon-ok"></span> Done</button> </div> </div> + </div> @*I'm gonna regret this...*@ </div> <strong><a href="#[email protected]" data-toggle="modal">@bug.Name</a></strong><br/> <p>Reported at: @bug.ReportedAt • Reported by: @Html.UserLink(bug.Reporter)</p> |
