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
4ad0f3dc
authored
Jul 20, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
minor changes
parent
df02e9e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sails/src/assets/scripts/modules/supervisor/views/students.html
sails/src/assets/scripts/modules/supervisor/views/students_add.html
sails/src/assets/scripts/modules/supervisor/views/students.html
View file @
4ad0f3dc
...
...
@@ -13,7 +13,7 @@
<div
class=
"col-xs-3"
>
{{ showadd }}
<p
class=
"text-left"
ng-show=
"!slide.show"
>
<a
ng-click=
"resetForm(); slide.show = true"
class=
"btn btn-success btn-sm"
role=
"button"
>
<a
ng-click=
"resetForm(); slide.show = true
; slide.state='accounts'"
"
class=
"btn btn-success btn-sm"
role=
"button"
>
<span
class=
"glyphicon glyphicon-plus"
aria-hidden=
"true"
></span>
{{ 'add_student' | translate }}
</a>
</p>
...
...
sails/src/assets/scripts/modules/supervisor/views/students_add.html
View file @
4ad0f3dc
...
...
@@ -143,7 +143,7 @@
<div
ng-class=
"slide.back ? 'switch-animation-back' : 'switch-animation'"
ng-switch-when=
"confirmation"
>
<h2>
{{ 'user_created' | translate }}
</h2>
<p>
La nueva cuenta ya está disponible en su lista de alumnos.dev
</p>
<p>
La nueva cuenta ya está disponible en su lista de alumnos.
</p>
<br>
<img
src=
"img/child.png"
/>
...
...
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