Skip to content

Commit

Permalink
Editor / CRS search / Fix duplicated icon (#8141)
Browse files Browse the repository at this point in the history
Related to JQuery update.
  • Loading branch information
fxprunayre committed Jun 4, 2024
1 parent bd95d16 commit a28e7a0
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@

<div class="list-group gn-autocomplete-list">
<li href="" class="list-group-item" data-ng-repeat="crs in crsResults">
{{crs.description}}<span class="pull-right">
{{crs.description}}
<span class="pull-right">
<a
href=""
data-ng-click="addCRS(crs)"
class="fa fa-plus pull-right"
title="{{'addCRS-help' | translate}}"
/>
>
<i class="fa fa-fw fa-plus"></i>
</a>
</span>
</li>
</div>
Expand Down

0 comments on commit a28e7a0

Please sign in to comment.