srchub

srchub Commit Details


Date:2015-10-27 19:28:24 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:fef995b1e4c10d4e5899c0076a3a6f25cfb6efe8
Parents: 741e64c2d950e5c91d53480a6e0e80afd42493c9
Message:Removing project description from admin forge

Changes:

File differences

indefero/src/IDF/templates/idf/gadmin/users/update.html
132132
133133
134134
135
135
136136
137137
138138
<ul>
{if $ownedProjects}
{foreach $ownedProjects as $p}
<li> <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name} - {$p.shortdesc}</a> </li>
<li> <a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p.name}</a> </li>
{/foreach}
{/if}
</ul>

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05251s using 14 queries.