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
c13cd222
authored
Feb 03, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on supervisors list
parent
394405e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
View file @
c13cd222
...
@@ -19,18 +19,21 @@
...
@@ -19,18 +19,21 @@
</div>
</div>
</div>
</div>
<table
class=
"table table-striped"
>
<table
class=
"table"
>
<tr>
<thead
class=
"thead-default"
>
<th
translate
>
name
</th>
<tr>
<th
translate
>
email
</th>
<th
translate
>
name
</th>
<th
translate
>
options
</th>
<th
translate
>
email
</th>
</tr>
<th
translate
>
options
</th>
<tr
ng-repeat=
"supervisor in supervisors_list | filter:search_sups | orderBy: 'name'"
>
</tr>
<td
class=
"color_blue"
>
{{supervisor.name}} {{supervisor.surname}}
</td>
</thead>
<td>
{{supervisor.email}}
</td>
<tbody>
<td
class=
"ops"
>
<tr
ng-repeat=
"supervisor in supervisors_list | filter:search_sups | orderBy: 'name'"
>
</td>
<td
class=
"color_blue"
>
{{supervisor.name}} {{supervisor.surname}}
</td>
</tr>
<td>
{{supervisor.email}}
</td>
<td
class=
"ops"
></td>
</tr>
</tbody>
</table>
</table>
</div>
</div>
...
...
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