Skip to content

Commit

Permalink
[geocat], simple view, update frequency in metadata section
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Mar 28, 2023
1 parent d1be7c5 commit 9b25138
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ <h3 data-translate="">updatedOn</h3>
></span>
</div>

<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 data-ng-init="mdLanguages = getMdLanguages()"
data-aang-if="mdLanguages.length > 0"
class="gn-margin-bottom flex-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ <h3 data-translate>{{date.type | translate}}</h3>
</li>
</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>

<div>
Expand Down

0 comments on commit 9b25138

Please sign in to comment.