mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-20 13:23:36 -07:00
Even fewer tables.
This commit is contained in:
parent
84efc32c2d
commit
ca161576ca
1 changed files with 3 additions and 10 deletions
|
@ -173,17 +173,10 @@
|
||||||
|
|
||||||
@if (indv)
|
@if (indv)
|
||||||
{
|
{
|
||||||
|
<div class="list-timestamp">Your Current Icon: <img class="icon" src="@imgname[curr]"</div>
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Your Current Icon</td>
|
|
||||||
<td><img class="icon" src="@imgname[curr]" /></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
}
|
}
|
||||||
<div>Last Updated: @ViewData["lastseen"] GMT</div>
|
|
||||||
|
|
||||||
|
<div class="list-timestamp">Last Updated: @ViewData["lastseen"] GMT</div>
|
||||||
<div>@ViewData["Message"]</div>
|
<div>@ViewData["Message"]</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue