{namespace JIRA.Templates.Issue.Tabs}
/**
* Used for the current tab
*
* @param text
*/
{template .label}
{$text}
{/template}
/**
* Used for the tabs that can be navigated to
*
* @param id
* @param href
* @param linkClass
* @param text
*/
{template .tab}
{$text}
{/template}