Indefero

Indefero Commit Details


Date:2008-08-11 08:27:40 (16 years 4 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, svn
Commit:1cf3a73fe15fe472319a3fa5aaf97902650c34c7
Parents: 88d39faed7c69230485247c11fb6e8183f54a044
Message:Fixed issue 18, link to download/git clone in the tree view visually annoying.

Changes:

File differences

src/IDF/templates/source/tree.html
4343
4444
4545
46
47
46
4847
4948
5049
</tbody>
</table>
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}
<p class="right"><kbd>git clone {$project.getGitDaemonUrl()}</kbd></p>
<p class="right"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this version'}</a></p>
<p class="right soft"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package-grey.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this version'}</a> {trans 'or'} <kbd>git clone {$project.getGitDaemonUrl()}</kbd></p>
{/block}
www/media/idf/css/style.css
4141
4242
4343
44
45
46
47
48
49
50
51
4452
4553
4654
font-family: monospace;
}
.soft {
color: #777;
}
.soft a {
color: #777;
}
div.context {
padding-left: 1em;
}

Archive Download the corresponding diff file

Page rendered in 0.07821s using 14 queries.