Skip to content

Commit 3b2ce7a

Browse files
author
laurent.abbal
committed
Correction du tooltip du bouton IA pour améliorer la clarté du message d'aide.
1 parent d23ff79 commit 3b2ce7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@
134134
?>
135135
<!-- 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" 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>
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="{{__('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

140-
141140
</div>
142141
<div id="console_{{ $loop->iteration }}" class="col">
143142
<div class="text-dark text-monospace" style="float:right;font-size:70%;padding:5px 12px 0px 0px">console</div>

0 commit comments

Comments
 (0)