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
c76c283d
Commit
c76c283d
authored
May 06, 2020
by
David Ivain
Browse files
s.firstName s.lastName -> s.displayUserName
parent
eab09ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Alecsia/AnnotationBundle/Resources/views/Correction/Students/manageStudentsForm.html.twig
View file @
c76c283d
...
...
@@ -42,7 +42,7 @@
{%
set
disabledStatus
=
''
%}
{%
endif
%}
{%
endif
%}
<li
title=
"
{{
s.
firstName
}}
{{
s.last
Name
}}
"
><input
type=
"checkbox"
name=
"students[]"
value=
"
{{
s.id
}}
"
id=
"stu
{{
s.id
}}
"
{{
checkedStatus
}}
{{
disabledStatus
}}
/><label
for=
"stu
{{
s.id
}}
"
>
{{
user.displayUserName
(
s
)
}}
</label></li>
<li
title=
"
{{
s.
displayUser
Name
}}
"
><input
type=
"checkbox"
name=
"students[]"
value=
"
{{
s.id
}}
"
id=
"stu
{{
s.id
}}
"
{{
checkedStatus
}}
{{
disabledStatus
}}
/><label
for=
"stu
{{
s.id
}}
"
>
{{
user.displayUserName
(
s
)
}}
</label></li>
{%
endfor
%}
</ul>
...
...
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