mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 03:11:48 -05:00
fix dialogs kinda
This commit is contained in:
parent
1b7da65ca7
commit
6d1da265b9
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<div class="modal fade in" id="md_@bug.Id">
|
||||
<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="#md_@bug.Id" class="btn btn-primary"><span class="glyphicon glyphicon-ok"></span> Done</button>
|
||||
</div>
|
||||
</div>
|
||||
</div> @*I'm gonna regret this...*@
|
||||
</div>
|
||||
<strong><a href="#md_@bug.Id" data-toggle="modal">@bug.Name</a></strong><br/>
|
||||
<p>Reported at: @bug.ReportedAt • Reported by: @Html.UserLink(bug.Reporter)</p>
|
||||
|
|
Loading…
Reference in a new issue