Indefero

Indefero Commit Details


Date:2011-12-07 08:49:26 (13 years 15 days ago)
Author:William MARTIN
Branch:develop, release-1.3
Commit:1a67712447b054bfb7020e74d396bd1b90ed6a8a
Parents: 57f314badb01610f671ea488700ed6fbb82508c5
Message:Add links in the issue summary context view to quickly create, and see all open issues

Changes:

File differences

src/IDF/templates/idf/issues/summary.html
22
33
44
5
6
7
8
9
10
11
12
513
614
715
{block docclass}yui-t2{assign $inSummaryIssues=true}{/block}
{block context}
<p><a>
<p><a href="{url 'IDF_Views_Issue::index', array($project.shortname)}">{blocktrans}View all open issues.{/blocktrans}</a></p>
{if !$user.isAnonymous()}
<p><a href="{url 'IDF_Views_Issue::create', array($project.shortname)}">{blocktrans}Create an issue.{/blocktrans}</a></p>
{/if}
{/block}
{block body}
{if $trackerEmpty}
{aurl 'create_url', 'IDF_Views_Issue::create', array($project.shortname)}

Archive Download the corresponding diff file

Page rendered in 0.08379s using 13 queries.