Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
65a0a7aa
authored
Aug 14, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
account visible in supervisor/students list
parent
fb88d246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
View file @
65a0a7aa
...
...
@@ -68,8 +68,16 @@
<td>
<div
class=
"list-group"
>
<a
ng-repeat=
"student in supervisor.students"
href=
"/app/#/student/{{student.id}}/setup"
class=
"list-group-item"
>
<img
class=
"thumbnail img_profile_small"
ng-src=
"{{student.pic}}"
alt=
""
title=
""
/>
{{ student.name }} {{ student.surname }}
<div
class=
"row"
>
<div
class=
"col-xs-3"
>
<img
class=
"thumbnail img_profile_small"
ng-src=
"{{student.pic}}"
alt=
""
title=
""
/>
</div>
<div
class=
"col-xs-9"
>
{{ student.name }} {{ student.surname }}
<br>
<span
class=
"text-muted"
>
{{ student.username }}
</span>
</div>
</div>
</a>
</div>
</td>
...
...
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