summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-09 13:49:26 -0400
committerMichael <[email protected]>2017-05-09 13:49:26 -0400
commit6d1da265b954c394e94ea7d98678818889799412 (patch)
treee79e977b8d0d67e6e89fabd312b04e346a9e2e82
parent1b7da65ca78710fd8b5cd2f77c4a0503b11cd947 (diff)
downloadproject-unite-6d1da265b954c394e94ea7d98678818889799412.tar.gz
project-unite-6d1da265b954c394e94ea7d98678818889799412.tar.bz2
project-unite-6d1da265b954c394e94ea7d98678818889799412.zip
fix dialogs kinda
-rw-r--r--Project-Unite/Views/Bugs/Index.cshtml2
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 &bull; Reported by: @Html.UserLink(bug.Reporter)</p>