Indefero

Indefero Commit Details


Date:2009-07-01 13:17:23 (15 years 5 months ago)
Author:Charles Melbye
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:d153cd90492e71edc3199fd880cbe5c257f1b574
Parents: 2a15e2a350efa919805b387fb4300d9819c7c861
Message:Fixed issue 244, project List shouldn't show ',' if there is no short description.

Changes:

File differences

src/IDF/templates/idf/index.html
1010
1111
1212
13
13
1414
1515
1616
<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}
{else}
<ul>{foreach $projects as $p}
<li><a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p}</a>, {$p.shortdesc}</li>
<li><a href="{url 'IDF_Views_Project::home', array($p.shortname)}">{$p}</a>{if $p.shortdesc}, {$p.shortdesc}{/if}</li>
{/foreach}</ul>
{/if}
{/block}

Archive Download the corresponding diff file

Page rendered in 0.07750s using 14 queries.