Add ability to download the build pack
This commit is contained in:
parent
bc0d51656a
commit
509ba2f4f7
2 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
<span class="repo-circle no-background" repo="repo"></span>
|
||||
<span class="repo-breadcrumb" repo="repo" subsection-icon="'fa-tasks'" subsection="repobuild.display_name"></span>
|
||||
</h3>
|
||||
<div class="repo-controls">
|
||||
<a href="javascript:void(0)" title="Download Buildpack" bs-tooltip="tooltip.title" ng-show="zip" ng-click="downloadForUser()">
|
||||
<i class="fa fa-download toggle-icon"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" ng-show="downloading">
|
||||
|
|
Reference in a new issue