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
a3f2271e
authored
Aug 22, 2016
by
Fernando Martínez Santiago
Committed by
root
Aug 22, 2016
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug #533 fixed
parent
60a730fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sails/src/assets/scripts/modules/student/views/session.html
sails/src/assets/scripts/modules/student/views/session.html
View file @
a3f2271e
...
...
@@ -40,7 +40,7 @@
</div>
<div
class=
"try"
>
<div
class=
"pull-left"
ng-repeat=
"a in actual_try.actions track by $index"
>
<div
class=
"picto"
popover=
"{{
'action-' + a.action
| translate }}"
popover-trigger=
"mouseenter"
>
<div
class=
"picto"
popover=
"{{
a.attributes.picto.expression.text
| translate }}"
popover-trigger=
"mouseenter"
>
<img
ng-src=
"{{ a.attributes.picto.picto.uri }}"
/>
<div
class=
"action-type"
>
<span
ng-if=
"a.action == 'add'"
class=
"glyphicon glyphicon-plus color_green"
aria-hidden=
"true"
></span>
...
...
@@ -151,7 +151,7 @@
<tr>
<td
class=
"dropdown"
>
<div
class=
"pull-left"
ng-repeat=
"p in t.actions"
>
<div
class=
"picto"
popover=
"{{
'action-' + p.type
| translate }}"
popover-trigger=
"mouseenter"
>
<div
class=
"picto"
popover=
"{{
p.description.expression.text
| translate }}"
popover-trigger=
"mouseenter"
>
<img
ng-src=
"{{ p.description.picto.uri }}"
>
<div
class=
"action-type"
>
<span
ng-if=
"p.type == 'Select'"
class=
"glyphicon glyphicon-hand-up color_blue"
aria-hidden=
"true"
></span>
...
...
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