Make the timeline view and RSS feeds filterable by model (closes issue 543).

This commit is contained in:
Thomas Keller
2010-10-09 11:53:01 +00:00
parent b518385962
commit 5af2ab4d97
5 changed files with 94 additions and 91 deletions

View File

@@ -3,7 +3,7 @@
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Welcome'} | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Latest Updates'}</a></strong>{superblock}
{trans 'Welcome'} | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname, 'all')}">{trans 'Latest Updates'}</a></strong>{superblock}
</div>
{/block}
{block body}