summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Bugs/Index.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-09 13:40:59 -0400
committerMichael <[email protected]>2017-05-09 13:40:59 -0400
commitbaf8aa69f2d05be2b42d581d3bd66e22552437cd (patch)
treef4790e0e55480a9b783f1e6445a19b1bedae1c5f /Project-Unite/Views/Bugs/Index.cshtml
parent365c54c183b09d609411602ecce9e3a79384d086 (diff)
downloadproject-unite-baf8aa69f2d05be2b42d581d3bd66e22552437cd.tar.gz
project-unite-baf8aa69f2d05be2b42d581d3bd66e22552437cd.tar.bz2
project-unite-baf8aa69f2d05be2b42d581d3bd66e22552437cd.zip
fix bug dialogs
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/>