Add links in the issue summary context view to quickly create, and see all open issues

develop
William MARTIN 2011-12-07 15:49:26 +01:00
parent 57f314badb
commit 1a67712447
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
{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)}