OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/modules/github_integration/frontend/module/tab-header/tab-header.template.html

22 lines
781 B

<div class="github-pr-header">
<h3 class="title">
<op-icon icon-classes="button--icon icon-merge-branch"></op-icon>
{{text.title}}
</h3>
<ul class="toolbar-items hide-when-print">
<li class="toolbar-item">
<button class="button github-git-copy"
type="button"
[attr.aria-label]="text.gitMenuDescription"
gitActionsCopyDropdown
[gitActionsCopyDropdown-workPackage]="workPackage">
<op-icon icon-classes="button--icon icon-console-light"></op-icon>
<span class="button--text"
[textContent]="text.gitMenuLabel"
aria-hidden="true"></span>
<op-icon icon-classes="button--icon icon-small icon-pulldown hidden-for-mobile"></op-icon>
</button>
</li>
</ul>
</div>