Skip to content

Commit

Permalink
refacto(go-back): create specific composant for go back button
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Dec 18, 2024
1 parent ad76c34 commit 820aa76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/views/partials/go-back.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="card-button-container fr-mt-2w">
<span>
<button
class="fr-btn fr-btn--tertiary fr-icon-arrow-go-back-line fr-btn--icon-left go-back-link"
>
retour
</button>
</span>
<span></span>
</div>
<script type="module" src="<%= js('go-back.js') %>"></script>

0 comments on commit 820aa76

Please sign in to comment.