Issue 110: Add list of projects user is owner of to forge admin
This commit is contained in:
@@ -128,6 +128,15 @@ address{/blocktrans}</p>
|
||||
able to create new projects and update other non staff users.
|
||||
{/blocktrans}</p> {/if}
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
{if $ownedProjects}
|
||||
{foreach $ownedProjects as $p}
|
||||
<li> <a href="{url 'IDF_Views_Project::home', array($p.name)}">{$p.name} - {$p.shortdesc}</a> </li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
</ul>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user