mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00: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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="modal fade in" id="md_@bug.Id">
|
<div class="modal fade in" id="md_@bug.Id">
|
||||||
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2>View bug</h2>
|
<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>
|
<button data-dissmiss="modal" data-target="#md_@bug.Id" class="btn btn-primary"><span class="glyphicon glyphicon-ok"></span> Done</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div> @*I'm gonna regret this...*@
|
||||||
</div>
|
</div>
|
||||||
<strong><a href="#md_@bug.Id" data-toggle="modal">@bug.Name</a></strong><br/>
|
<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>
|
<p>Reported at: @bug.ReportedAt • Reported by: @Html.UserLink(bug.Reporter)</p>
|
||||||
|
|
Loading…
Reference in a new issue