Skip to content

Commit

Permalink
EEA / Index / Add maintenance details.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Aug 5, 2024
1 parent b104635 commit 2b865e0
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,7 @@ <h3 data-translate>{{date.type | translate}}</h3>
</ul>
</section>

<div
data-ng-if="mdView.current.record.cl_maintenanceAndUpdateFrequency.length > 0"
class="gn-margin-bottom flex-row"
>
<span class="badge badge-rounded" title="{{'updateFrequency' | translate}}">
<i class="fa fa-fw fa-language"></i>
</span>
<div>
<h3 data-translate="">updateFrequency</h3>
<p data-ng-repeat="c in mdView.current.record.cl_maintenanceAndUpdateFrequency">
{{c.default}}
</p>
</div>
</div>
<div ng-include="'../../catalog/views/default/templates/recordView/maintenance.html'" />

<!-- Resource identifier-->
<div
Expand Down

0 comments on commit 2b865e0

Please sign in to comment.