%PDF- %PDF-
| Direktori : /proc/thread-self/root/data/old/home/stash/stash/atlassian-stash/static/widget/badges/ |
| Current File : //proc/thread-self/root/data/old/home/stash/stash/atlassian-stash/static/widget/badges/badges.soy |
{namespace stash.widget.badges}
/**
* @param count the pull request count to show
* @param state a description of the state of the pull requests being counted - for the tooltip text
*/
{template .pullRequestCount}
{if $count > 0}
{call aui.badges.badge}
{param text: $count /}
{{param extraAttributes: [ 'title' : getText('stash.web.global.pullrequest.count', $count, $state) ] /}}
{/call}
{/if}
{/template}