Indefero

Indefero Commit Details


Date:2008-12-07 03:01:17 (16 years 15 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:4add76dbc8d738157aae2a39d7bc8bf68512b57f
Parents: 8378da535318bce76dabc3ab92395d164882fd57
Message:Fixed a little consistency issue in the timeline subtab link.

Changes:

File differences

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> | <strong>{trans 'Latest Updates'}</strong>{superblock}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}" class="active">{trans 'Latest Updates'}</a></strong>{superblock}
</div>
{/block}

Archive Download the corresponding diff file

Page rendered in 0.06988s using 13 queries.