Skip to content
Snippets Groups Projects
Commit e6a4e859 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix sonarqube tags i should be em

parent f8579e8a
No related branches found
No related tags found
2 merge requests!68Develop,!57Fixes sonarqube
......@@ -4,7 +4,7 @@
</div>
</div>
<div *ngIf="objectIsLoading | async" class="row justify-content-center mt-5">
<i class="fas fa-circle-notch fa-spin fa-3x"></i>
<span class="fas fa-circle-notch fa-spin fa-3x"></span>
<span class="sr-only">Loading...</span>
</div>
<div *ngIf="objectIsLoaded | async">
......@@ -13,7 +13,7 @@
<div *ngIf="!(pristine | async)" class="row mt-5 justify-content-between">
<div class="col">
<button (click)="goBackToResult()" class="btn btn-outline-secondary">
<i class="fa fa-backward"></i> Back to search results
<span class="fa fa-backward"></span> Back to search results
</button>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment