Issue 120: Approve repo should use the same table style as the rest of the system
This commit is contained in:
parent
57641e1661
commit
a118e8c73a
@ -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}
|
Loading…
Reference in New Issue
Block a user