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
63ad8475
authored
Aug 14, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update of user data after submission
parent
7b75ce44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sails/src/assets/app/i18n/en-gb.json
sails/src/assets/scripts/modules/supervisor/controllers/setup.js
sails/src/assets/scripts/modules/supervisor/views/header.html
sails/src/assets/app/i18n/en-gb.json
View file @
63ad8475
...
...
@@ -265,6 +265,8 @@
"no_method"
:
"No method defined"
,
"no_office"
:
"No office"
,
"no_subscribed"
:
"No connection to student account"
,
"no_students"
:
"You are not linked to any student"
,
"no_students_desc"
:
"Click on 'Add student' to link to existing student accounts or to create new ones"
,
"no_students_for_user"
:
"You are not associated to any students. Please ask your office to link your account to a Pictogram student."
,
"no_space_in_category"
:
"No space left in category"
,
"no_supervisors"
:
"No supervisors linked. "
,
...
...
sails/src/assets/scripts/modules/supervisor/controllers/setup.js
View file @
63ad8475
...
...
@@ -17,8 +17,6 @@ dashboardControllers.controller('SetupCtrl', function SetupCtrl(
config
,
CONSTANTS
)
{
var
user
;
// Don't show the message at the begining
$scope
.
showmessage
=
false
;
...
...
sails/src/assets/scripts/modules/supervisor/views/header.html
View file @
63ad8475
...
...
@@ -39,7 +39,7 @@
<div
class=
"topbar__supervisor nav navbar-nav navbar-right"
>
<div
class=
"dropdown"
>
<div
class=
"topbar__supervisor__name"
>
<div
class=
"topbar__supervisor__name__fullname"
>
{{
user.getFullName()
}}
</div>
<div
class=
"topbar__supervisor__name__fullname"
>
{{
user.getFullName()
}}
</div>
<div
class=
"topbar__supervisor__name__role ng-binding"
>
{{ user.role | translate }}
</div>
</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