summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>