Add an icon for build triggers and properly handle build trigger activation errors
This commit is contained in:
parent
eca525e18c
commit
39eaca346d
3 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
</li>
|
||||
<li ng-show="repo.can_admin">
|
||||
<a href="/repository/{{ repo.namespace }}/{{ repo.name }}/admin?tab=trigger">
|
||||
<span style="display: inline-block; width: 20px;"></span>Build Triggers
|
||||
<i class="fa fa-bolt" style="margin-left: 3px; margin-right: 10px;"></i>Build Triggers
|
||||
</a>
|
||||
</li>
|
||||
<li role="presentation" class="divider" ng-show="buildsInfo && repo.can_write"></li>
|
||||
|
|
Reference in a new issue