Fixed issue 161, download link in source tree has poor visibility.
This commit is contained in:
parent
f028682900
commit
f25ebc1664
@ -4,7 +4,8 @@
|
|||||||
<div id="sub-tabs">
|
<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 $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>
|
<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>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
{block title}{$title}{/block}
|
{block title}{$title}{/block}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{extends "idf/source/base.html"}
|
{extends "idf/source/base.html"}
|
||||||
{block docclass}yui-t2{/block}
|
{block docclass}yui-t2{assign $inHelp=true}{/block}
|
||||||
{block body}
|
{block body}
|
||||||
|
|
||||||
<p>{blocktrans}The team behind {$project} is using
|
<p>{blocktrans}The team behind {$project} is using
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{extends "idf/source/base.html"}
|
{extends "idf/source/base.html"}
|
||||||
{block docclass}yui-t2{/block}
|
{block docclass}yui-t2{assign $inHelp=true}{/block}
|
||||||
{block body}
|
{block body}
|
||||||
|
|
||||||
<p>{blocktrans}The team behind {$project} is using
|
<p>{blocktrans}The team behind {$project} is using
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{extends "idf/source/base.html"}
|
{extends "idf/source/base.html"}
|
||||||
{block docclass}yui-t2{/block}
|
{block docclass}yui-t2{assign $inHelp=true}{/block}
|
||||||
{block body}
|
{block body}
|
||||||
|
|
||||||
<p>{blocktrans}The team behind {$project} is using
|
<p>{blocktrans}The team behind {$project} is using
|
||||||
|
Loading…
Reference in New Issue
Block a user