summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-09 13:45:22 -0400
committerMichael <[email protected]>2017-05-09 13:45:22 -0400
commit1b7da65ca78710fd8b5cd2f77c4a0503b11cd947 (patch)
treef39dfa90ac90decb713501d3ec834cda0799b270 /Project-Unite/Views
parentbaf8aa69f2d05be2b42d581d3bd66e22552437cd (diff)
downloadproject-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.tar.gz
project-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.tar.bz2
project-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.zip
Modal never shows.
Diffstat (limited to 'Project-Unite/Views')
-rw-r--r--Project-Unite/Views/Bugs/Index.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Bugs/Index.cshtml b/Project-Unite/Views/Bugs/Index.cshtml
index eb97058..4249bed 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">
- <div class="modal-content" id="[email protected]">
+ <div class="modal fade in" id="[email protected]">
+ <div class="modal-content">
<div class="modal-header">
<h2>View bug</h2>
</div>