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
ad3a84b0
authored
Sep 05, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
dashboard navbar and license fix
parent
87427db8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sails/src/assets/scripts/modules/supervisor/views/header.html
sails/src/assets/scripts/modules/supervisor/views/students.html
sails/src/assets/scripts/modules/supervisor/views/header.html
View file @
ad3a84b0
<nav
<nav
class=
"topbar navbar navbar-default"
class=
"topbar navbar navbar-default"
role=
"navigation"
>
role=
"navigation"
>
<div
class=
"container"
>
<div
class=
"container
-fluid
"
>
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
<a
<a
class=
"topbar__logo navbar-brand"
class=
"topbar__logo navbar-brand"
...
...
sails/src/assets/scripts/modules/supervisor/views/students.html
View file @
ad3a84b0
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
</td>
</td>
<td>
<td>
<i
ng-show=
"student.license.isValid && !student.license.isTrial"
class=
"fa fa-certificate fa-lg text-primary license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_pro' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"student.license.isValid && !student.license.isTrial"
class=
"fa fa-certificate fa-lg text-primary license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_pro' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"student.license.isTrial && student.license.isValid"
class=
"fa fa-flask fa-lg text-
warning
license-warning"
aria-hidden=
"true"
popover=
"{{ 'trial_license' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"student.license.isTrial && student.license.isValid"
class=
"fa fa-flask fa-lg text-
primary
license-warning"
aria-hidden=
"true"
popover=
"{{ 'trial_license' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"!student.license.isValid && student.license.isOfficial"
class=
"fa fa-certificate fa-lg text-danger license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_missing_official' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"!student.license.isValid && student.license.isOfficial"
class=
"fa fa-certificate fa-lg text-danger license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_missing_official' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"!student.license.isValid && student.license.isTrial"
class=
"fa fa-flask fa-lg text-danger license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_missing_trial' | translate}}"
popover-trigger=
"mouseenter"
></i>
<i
ng-show=
"!student.license.isValid && student.license.isTrial"
class=
"fa fa-flask fa-lg text-danger license-warning"
aria-hidden=
"true"
popover=
"{{ 'license_missing_trial' | translate}}"
popover-trigger=
"mouseenter"
></i>
</td>
</td>
...
...
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