Skip to content

Commit

Permalink
refactor: replace link href & delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Oct 9, 2024
1 parent 5572617 commit 9c0a711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions src/views/edit-moderation.ejs
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<div class="page-container">
<div id="modifier-moderation">
<h1 class="fr-h2 title-with-anchor">
<span>Modifier une demande de rattachement en cours</span>
<a
aria-label="Lien direct vers section Modifier une demande de rattachement en cours"
class="fr-btn fr-btn--sm fr-icon-link fr-btn--tertiary-no-outline"
href="#modifier-moderation"
></a>
</h1>
<div>
<h1 class="fr-h2">Modifier une demande de rattachement en cours</h1>
<p>
Vous avez demandé à être rattaché à <%= organization_label; %> avec votre
adresse <%= email; %> :
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/unable-to-auto-join-organization.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div>
<a
class="fr-link fr-icon-question-line fr-link--icon-left"
href="/help?moderation_id=<%= moderation_id; %>#modifier-moderation"
href="/edit-moderation"
>
J’ai fait une erreur dans ma demande
</a>
Expand Down

0 comments on commit 9c0a711

Please sign in to comment.