Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/uploader.thtml
blob: ad27e535dabbf7f879b991739ba6a0ea20940ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * This element uses the following local variables:
 * - version
 */


?>
<div class="uploader">
    <h5><?=___('Uploader')?>:</h5>
    <ul>
        <?= $html->linkUserFromModel($version['User']); ?>
    </ul>
</div>