adding media

updating timeline
master
Nathan Adams 2014-04-05 00:02:37 -05:00
parent 31e6ea2a29
commit 9101155bc0
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{block tabhome} class="active"{/block} {block tabhome} class="active"{/block}
{block subtabs} {block subtabs}
<div id="sub-tabs"> <div id="sub-tabs">
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname, 'all')}" class="active">{trans 'Latest Updates'}</a></strong>{superblock} <a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <a href="{$feedurl}"><img src="{media '/idf/img/feediconorig.png'}" alt="{trans 'RSS'}" /></a> <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname, 'all')}" class="active">{trans 'Latest Updates'}</a> </strong>{superblock}
</div> </div>
{/block} {/block}
@ -22,7 +22,8 @@
{/foreach} {/foreach}
</p> </p>
<p><strong>{trans 'Subscribe to this timeline'}</strong><br /> <p><strong>{trans 'Subscribe to this timeline'}</strong><br />
<span class="label"><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
<span class="label"><img src="{media '/idf/img/feediconorig.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
</p> </p>
{/block} {/block}

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B