summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Bugs/Index.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Bugs/Index.cshtml')
-rw-r--r--Project-Unite/Views/Bugs/Index.cshtml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Project-Unite/Views/Bugs/Index.cshtml b/Project-Unite/Views/Bugs/Index.cshtml
index 21179f9..eb97058 100644
--- a/Project-Unite/Views/Bugs/Index.cshtml
+++ b/Project-Unite/Views/Bugs/Index.cshtml
@@ -50,8 +50,8 @@
{
<tr>
<td>
- <div class="modal fade in" id="[email protected]">
- <div class="modal-content">
+ <div class="modal fade in">
+ <div class="modal-content" id="[email protected]">
<div class="modal-header">
<h2>View bug</h2>
</div>
@@ -62,6 +62,9 @@
Comment = ""
})
</div>
+ <div class="modal-footer">
+ <button data-dissmiss="modal" data-target="#[email protected]" class="btn btn-primary"><span class="glyphicon glyphicon-ok"></span> Done</button>
+ </div>
</div>
</div>
<strong><a href="#[email protected]" data-toggle="modal">@bug.Name</a></strong><br/>