Indefero

Indefero Commit Details


Date:2008-12-05 08:04:46 (16 years 17 days 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:119aa4505e1eb1ad1b3b70a361d2b8a5260784b0
Parents: a727285ce457d309b8e8f91cecd7d0e4cf858319
Message:Added emphasis on the latest update link.

Changes:

File differences

src/IDF/templates/idf/project/home.html
33
44
55
6
6
77
88
99
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Welcome'} | <a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Updates'}</a>{superblock}
{trans 'Welcome'} | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Latest Updates'}</a></strong>{superblock}
</div>
{/block}
{block body}
src/IDF/templates/idf/project/timeline.html
44
55
66
7
7
88
99
1010
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | {trans 'Updates'}{superblock}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong>{trans 'Latest Updates'}</strong>{superblock}
</div>
{/block}

Archive Download the corresponding diff file

Page rendered in 0.09655s using 13 queries.