srchub

srchub Commit Details


Date:2016-03-06 16:40:25 (8 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:a118e8c73a8ed71680cbd1a3b6c3a79c9bc0cc2d
Parents: 57641e1661a66c36a345c18342644ca1243dcca2
Message:Issue 120: Approve repo should use the same table style as the rest of the system

Changes:

File differences

indefero/src/IDF/templates/idf/admin/approveprojects.html
1212
1313
1414
15
15
16
17
1618
1719
1820
......
3638
3739
3840
41
42
3943
4044
4145
......
6367
6468
6569
70
6671
72
6773
6874
{$error}
{/foreach}
{/if}
<table>
<div class="content">
<table class="recent-issues">
<thead>
<tr>
<th>
Short Name
Reject
</th>
</tr>
</thead>
<tbody>
{foreach $requests as $req}
<tr>
<td>
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
{/block}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05460s using 20 queries.