Skip to content

Commit

Permalink
Merge pull request #146 from takenet/feature/256188-publishing-withou…
Browse files Browse the repository at this point in the history
…t-testing

Feature/256188 publishing without testing
  • Loading branch information
EricJangola authored Oct 4, 2021
2 parents 4bb7f9d + ecbf0ae commit 1e9de74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/subheaderIcons/SubheaderIconsView.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
</ng-template>
</li>
<li>
<div class="test-details">
<a ng-if="!$ctrl.enabledTestEdited" ng-click="$ctrl.showBlipChatSidenav()">
<i tooltips tooltip-template="{{'modules.application.detail.test' | translate}}" tooltip-side="bottom" class="icon-lab"></i>
</a>
<div ng-if="$ctrl.enabledTestEdited" class="test-details">
<div class="flex items-center">
<dropdown-item
hide-icon="true"
Expand Down
2 changes: 1 addition & 1 deletion src/components/subheaderIcons/SubheaderIconsView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ background: $bp-color-bot;
padding-left: 5px;
}
}
}
}

0 comments on commit 1e9de74

Please sign in to comment.