Change Details
| src/IDF/templates/idf/index.html |
| 10 | 10 | <p><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/add.png'}" alt="+" align="bottom" /></a> <a href="{$url}">{trans 'Create Project'}</a></p>{/if} |
| 11 | 11 | {else} |
| 12 | 12 | <ul>{foreach $projects as $p} |
| 13 | | <li><a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p}</a>, {$p.shortdesc}</li> |
| 13 | <li><a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p}</a>{if $p.shortdesc}, {$p.shortdesc}{/if}</li> |
| 14 | 14 | {/foreach}</ul> |
| 15 | 15 | {/if} |
| 16 | 16 | {/block} |
Download the corresponding diff file