diff options
| author | Michael <[email protected]> | 2017-05-09 13:45:22 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-09 13:45:22 -0400 |
| commit | 1b7da65ca78710fd8b5cd2f77c4a0503b11cd947 (patch) | |
| tree | f39dfa90ac90decb713501d3ec834cda0799b270 | |
| parent | baf8aa69f2d05be2b42d581d3bd66e22552437cd (diff) | |
| download | project-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.tar.gz project-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.tar.bz2 project-unite-1b7da65ca78710fd8b5cd2f77c4a0503b11cd947.zip | |
Modal never shows.
| -rw-r--r-- | Project-Unite/Views/Bugs/Index.cshtml | 4 |
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> |
