InDefero

Sign in or create your account | Project List | Help

InDefero Commit Details

Date:2009-07-01 20:17:23 (1 year 2 months ago)
Author:Charles Melbye
Commit:d153cd90492e71edc3199fd880cbe5c257f1b574
Message:Fixed issue 244, project List shouldn't show ',' if there is no short description.

Files: src/IDF/templates/idf/index.html (1 diff)

Change Details

src/IDF/templates/idf/index.html
1010<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}
1111{else}
1212<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>
1414{/foreach}</ul>
1515{/if}
1616{/block}

Archive Download the corresponding diff file

Branches:
dev
develop
master
newdiff
svn

Tags:
v1.0