Skip to content

Commit

Permalink
fix(pipeline_template): PR feedback == --> ===
Browse files Browse the repository at this point in the history
  • Loading branch information
jervi committed Nov 6, 2017
1 parent 1b241e9 commit e190ad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3><span ng-if="!command.locked">Edit </span>{{$ctrl.isStrategy === true ? 'Str
<li role="presentation" ng-class="{selected: $ctrl.mode === 'pipeline'}"><a ng-click="$ctrl.mode = 'pipeline'">Configuration</a></li>
<li role="presentation" ng-class="{selected: $ctrl.mode === 'renderedPipeline'}"><a ng-click="$ctrl.mode = 'renderedPipeline'">Rendered pipeline</a></li>
</ul>
<div class="modal-body flex-fill" ng-if="$ctrl.mode == 'pipeline'">
<div class="modal-body flex-fill" ng-if="$ctrl.mode === 'pipeline'">
<div class="row">
<div class="col-md-12">
<p>
Expand Down

0 comments on commit e190ad7

Please sign in to comment.