Skip to content

Commit d23ff79

Browse files
author
laurent.abbal
committed
Ajout d'un tooltip au bouton IA pour améliorer l'accessibilité et l'expérience utilisateur.
1 parent 3ac1398 commit d23ff79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/copies/inc-copie-correction-afficher.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
133133
}
134134
?>
135-
135+
<!-- BOUTON IA -->
136136
<div class="mt-1 text-right">
137-
<button type="button" onclick='copyAndNotify(this, {!! json_encode($prompt, JSON_UNESCAPED_UNICODE|JSON_HEX_APOS) !!})' class="btn btn-ia btn-xs"><i class="fa-solid fa-wand-magic-sparkles" style="padding-top:5px;padding-bottom:3px;"></i></button>
137+
<button type="button" onclick='copyAndNotify(this, {!! json_encode($prompt, JSON_UNESCAPED_UNICODE|JSON_HEX_APOS) !!})' class="btn btn-ia btn-xs" data-toggle="tooltip" data-placement="right" data-trigger="hover" title="{{__('Cliquer ici pour copier une requête à coller dans votre modèle d'IA préféré afin d'analyser le code de l'élève.')}}"><i class="fa-solid fa-wand-magic-sparkles" style="padding-top:5px;padding-bottom:3px;"></i></button>
138138
</div>
139139
140140

0 commit comments

Comments
 (0)