Fix for good practique code
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
b4899fc0ff
commit
1a4c631c70
|
@ -1,6 +1,7 @@
|
||||||
<vn-card class="summary">
|
<vn-card class="summary">
|
||||||
<h5>
|
<h5>
|
||||||
<a ng-if="::$ctrl.travelData.id"
|
<a
|
||||||
|
ng-if="::$ctrl.travelData.id"
|
||||||
vn-tooltip="Go to the travel"
|
vn-tooltip="Go to the travel"
|
||||||
ui-sref="travel.card.summary({id: {{::$ctrl.travelData.id}}})"
|
ui-sref="travel.card.summary({id: {{::$ctrl.travelData.id}}})"
|
||||||
name="goToSummary">
|
name="goToSummary">
|
||||||
|
@ -134,8 +135,8 @@
|
||||||
<vn-auto ng-if="$ctrl.travelThermographs.length != 0">
|
<vn-auto ng-if="$ctrl.travelThermographs.length != 0">
|
||||||
<h4 ng-show="$ctrl.isBuyer">
|
<h4 ng-show="$ctrl.isBuyer">
|
||||||
<a
|
<a
|
||||||
ui-sref="travel.card.thermograph.index({id:$ctrl.travelData.id})"
|
ui-sref="travel.card.thermograph.index({id:$ctrl.travelData.id})"
|
||||||
target="_self">
|
target="_self">
|
||||||
<span translate vn-tooltip="Go to">Thermograph</span>
|
<span translate vn-tooltip="Go to">Thermograph</span>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<vn-card class="summary">
|
<vn-card class="summary">
|
||||||
<h5>
|
<h5>
|
||||||
<a ng-if="::$ctrl.summary.id"
|
<a
|
||||||
|
ng-if="::$ctrl.summary.id"
|
||||||
vn-tooltip="Go to the zone"
|
vn-tooltip="Go to the zone"
|
||||||
ui-sref="zone.card.summary({id: {{::$ctrl.summary.id}}})"
|
ui-sref="zone.card.summary({id: {{::$ctrl.summary.id}}})"
|
||||||
name="goToSummary">
|
name="goToSummary">
|
||||||
|
@ -37,8 +38,7 @@
|
||||||
<vn-horizontal class="vn-pa-md">
|
<vn-horizontal class="vn-pa-md">
|
||||||
<vn-auto>
|
<vn-auto>
|
||||||
<h4>
|
<h4>
|
||||||
<a
|
<a ui-sref="zone.card.warehouses({id:$ctrl.zone.id})">
|
||||||
ui-sref="zone.card.warehouses({id:$ctrl.zone.id})">
|
|
||||||
<span translate vn-tooltip="Go to">Warehouse</span>
|
<span translate vn-tooltip="Go to">Warehouse</span>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
Loading…
Reference in New Issue