Indefero

Indefero Commit Details


Date:2011-03-09 15:09:32 (13 years 9 months ago)
Author:William MARTIN
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, release-1.1, release-1.2, release-1.3
Commit:0b3ce03036340eb18ee5b50485c0380d924e0248
Parents: 027886737d491c372a40e9ffa60d566a5a8cafc3
Message:Don't show an empty branch field in the commit view It's a little hack for issue 629, but don't resolve it.

Changes:

File differences

src/IDF/templates/idf/source/commit.html
99
1010
1111
12
12
1313
14
14
1515
1616
1717
<tr>
<th><strong>{trans 'Author:'}</strong></th><td>{showuser $rcommit.get_author(), $request, $cobject.author}</td>
</tr>
<tr>
{if $cobject.branch}<tr>
<th><strong>{trans 'Branch:'}</strong></th><td>{$cobject.branch}</td>
</tr>
</tr>{/if}
<tr>
<th><strong>{trans 'Commit:'}</strong></th><td class="mono"><a href="{url 'IDF_Views_Source::treeBase', array($project.shortname, $commit)}" title="{trans 'View corresponding source tree'}">{$cobject.commit}</a></td>
</tr>

Archive Download the corresponding diff file

Page rendered in 0.07764s using 14 queries.