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
bf47dc0c
authored
Feb 04, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
supervisors list v3
parent
22ab5390
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
View file @
bf47dc0c
...
@@ -30,7 +30,9 @@
...
@@ -30,7 +30,9 @@
<td>
<td>
<div>
<div>
<div
class=
"col-xs-2"
>
<div
class=
"col-xs-2"
>
<img
class=
"thumbnail preview"
ng-src=
"/upload/supervisorAvatar/{{supervisor.pic}}"
alt=
"Supervisor"
title=
"Supervisor"
/>
<div
class=
"thumbnail img_profile_small"
>
<img
ng-src=
"/upload/supervisorAvatar/{{supervisor.pic}}"
alt=
"Supervisor"
title=
"Supervisor"
/>
</div>
</div>
</div>
<div
class=
"col-xs-4"
>
<div
class=
"col-xs-4"
>
<h4
class=
"list-group-item-heading"
>
{{supervisor.name}} {{supervisor.surname}}
</h4>
<h4
class=
"list-group-item-heading"
>
{{supervisor.name}} {{supervisor.surname}}
</h4>
...
@@ -39,13 +41,11 @@
...
@@ -39,13 +41,11 @@
</div>
</div>
</td>
</td>
<td>
<td>
<div
class=
"list-group"
>
<div
class=
"list-group"
>
<a
href=
"#"
class=
"list-group-item"
ng-repeat=
"student in supervisor.students
"
>
<a
ng-repeat=
"student in supervisor.students"
href=
"/app/#/student/{{student.id}}/setup"
class=
"list-group-item
"
>
{{ student.name }} {{ student.surname }}
{{ student.name }} {{ student.surname }}
</a>
</a>
</div>
</div>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
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