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
ce441482
authored
Jan 31, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on #752
parent
7c0e3e52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
sails/src/assets/scripts/app.js
sails/src/assets/scripts/modules/supervisor/views/header.html
sails/src/assets/scripts/modules/supervisor/views/supervisors_students.html → sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
sails/src/assets/scripts/app.js
View file @
ce441482
...
...
@@ -127,11 +127,11 @@ dashboardApp.config(function ($stateProvider, $urlRouterProvider) {
templateUrl
:
'modules/supervisor/views/instructions.html'
,
controller
:
'InstructionsCtrl'
,
})
.
state
(
'supervisors_
students
'
,
{
url
:
'/supervisors_
students
'
,
.
state
(
'supervisors_
list
'
,
{
url
:
'/supervisors_
list
'
,
parent
:
'supervisor'
,
templateUrl
:
'modules/supervisor/views/supervisors_
students
.html'
,
controller
:
'S
tudents
Ctrl'
,
templateUrl
:
'modules/supervisor/views/supervisors_
list
.html'
,
controller
:
'S
upervisor
Ctrl'
,
})
// Abstract page for student
.
state
(
'student'
,
{
...
...
sails/src/assets/scripts/modules/supervisor/views/header.html
View file @
ce441482
...
...
@@ -33,7 +33,7 @@
</a>
</li>
<li>
<a
class=
"pointer"
role=
"menuitem"
tabindex=
"0"
href=
"/app/#/supervisors_
students
"
>
<a
class=
"pointer"
role=
"menuitem"
tabindex=
"0"
href=
"/app/#/supervisors_
list
"
>
<i
class=
"glyphicon glyphicon-star"
aria-hidden=
"true"
></i>
{{ 'supervisors' | translate }}
</a>
...
...
sails/src/assets/scripts/modules/supervisor/views/supervisors_
students
.html
→
sails/src/assets/scripts/modules/supervisor/views/supervisors_
list
.html
View file @
ce441482
<!--
Admin
Supervisors -->
<!-- Supervisors -->
<div
class=
"row"
>
<div
ng-class=
"{'col-md-12':hidesupervisoradd === true && hidesupervisorupdate === true, 'col-md-8':hidesupervisoradd === false || hidesupervisorupdate === false}"
>
...
...
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