Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mikael Salson
alecsia
Commits
4f0f8bcb
Commit
4f0f8bcb
authored
Jul 08, 2020
by
therealwa3er
Browse files
resett the file code
parent
8f84b231
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Alecsia/AnnotationBundle/Resources/views/Dashboard/Sujet/sujet.html.twig
View file @
4f0f8bcb
...
...
@@ -80,9 +80,9 @@
{%
endif
%}
<li><a
id=
"affect_works"
href=
"
{{
path
(
'AlecsiaAutoAffectStudents'
,
{
'subject_id'
:
sujet.id
,
'group_id'
:
group.id
}
)
}}
"
>
Affecter les rendus sans étudiant
</a></li>
{%
if
lectureseule
%}
<li><a
href=
"
{{
path
(
'AnnotationBundle_exportCSVNotesSujet'
,
{
sujet_id
:
sujet.id
,
group_id
:
group.id
}
)
}}
"
><strong>
Exporter les notes
</strong></a></li>
{%
else
%}
<li><a
class=
"go_mod_sujet_form go_and_assign"
data-assign=
'{"mod_sujet_nom":"
{{
sujet.nom
}}
","mod_sujet_id":"
{{
sujet.id
}}
"}'
>
Renommer
</a></li>
<li><a
href=
"
{{
path
(
'AnnotationBundle_supprimerSujet'
,
{
sujet_id
:
sujet.id
}
)
}}
"
data-confirm-h=
"Êtes-vous sûr ?"
...
...
@@ -92,7 +92,7 @@
<li><a
id=
"gelernotes_bouton"
data-verif=
"
{{
path
(
'AnnotationBundle_rendusTousTermines'
,
{
'sujet_id'
:
sujet.id
}
)
}}
"
data-callback=
"
{{
path
(
'AnnotationBundle_terminerTout'
,
{
'sujet_id'
:
sujet.id
,
'group_id'
:
group.id
}
)
}}
"
><strong>
Geler les notes
</strong></a></li>
{%
endif
%}
{%
endif
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment