%PDF- %PDF-
| Direktori : /data/old/home/stash/stash/atlassian-stash/static/layout/branch/ |
| Current File : //data/old/home/stash/stash/atlassian-stash/static/layout/branch/branch-actions-clientside.soy |
{namespace stash.layout.branch}
/**
* @param repository
* @param atRevisionRef
*/
{template .actionsDropdownMenu}
<ul>
{foreach $webItem in getWebItems('stash.branch.layout.actions.dropdown', [ 'repository' : $repository, 'atRevisionRef' : $atRevisionRef ])}
<li class="branch-action-item">
{call stash.widget.webItem data="$webItem"}
{param url: $webItem.url ? $webItem.url : '#' /}
{/call}
</li>
{/foreach}
</ul>
{/template}