Indefero

Indefero Commit Details


Date:2009-03-26 09:42:22 (15 years 8 months ago)
Author:Loic d'Anterroches
Branch:dev, 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:f25ebc1664b9a03cc04c1ce39b709d0ed57f6bf9
Parents: f0286829006145055c5a5b82c981b8259d7546a9
Message:Fixed issue 161, download link in source tree has poor visibility.

Changes:

File differences

src/IDF/templates/idf/source/base.html
44
55
66
7
7
8
89
910
1011
<div id="sub-tabs">
<a {if $inSourceTree}class="active" {/if}href="{url 'IDF_Views_Source::treeBase', array($project.shortname, $project.getScmRoot())}">{trans 'Source Tree'}</a> |
<a {if $inChangeLog}class="active" {/if}href="{url 'IDF_Views_Source::changeLog', array($project.shortname, $project.getScmRoot())}">{trans 'Change Log'}</a>
{if $inCommit}| {trans 'Commit'}{/if}
{if $inCommit}| {trans 'Commit'}{/if} |
<a {if $inHelp}class="active" {/if}href="{url 'IDF_Views_Source::help', array($project.shortname)}">{trans 'How To Get The Code'}</a>
</div>
{/block}
{block title}{$title}{/block}
src/IDF/templates/idf/source/git/help.html
11
2
2
33
44
55
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using
src/IDF/templates/idf/source/mercurial/help.html
11
2
2
33
44
55
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using
src/IDF/templates/idf/source/svn/help.html
11
2
2
33
44
55
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using

Archive Download the corresponding diff file

Page rendered in 0.08657s using 14 queries.