Issue 120: Approve repo should use the same table style as the rest of the system

master
Nathan Adams 2016-03-06 16:40:25 -06:00
parent 57641e1661
commit a118e8c73a
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,9 @@
{$error}
{/foreach}
{/if}
<table>
<div class="content">
<table class="recent-issues">
<thead>
<tr>
<th>
Short Name
@ -36,6 +38,8 @@
Reject
</th>
</tr>
</thead>
<tbody>
{foreach $requests as $req}
<tr>
<td>
@ -63,6 +67,8 @@
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
{/block}