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
52f9cd50
authored
Sep 12, 2016
by
Fernando Martínez Santiago
Committed by
root
Sep 12, 2016
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
local and dev manual merge, cont.
parent
159e140d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
sails/src/assets/scripts/modules/student/views/session.html
sails/src/assets/scripts/modules/student/views/session.html
View file @
52f9cd50
...
@@ -44,15 +44,9 @@
...
@@ -44,15 +44,9 @@
</timer>
</timer>
</div>
</div>
<div
class=
"try"
>
<div
class=
"try"
>
<
<<<<<<
HEAD
<div
class=
"pull-left"
ng-repeat=
"a in actual_try.actions track by $index"
>
<div
class=
"pull-left"
ng-repeat=
"a in actual_try.actions track by $index"
>
<div
ng-if=
"a.action != 'initsession'"
class=
"picto"
popover=
"{{ a.attributes.stu_picto.expression.text | translate }}"
popover-trigger=
"mouseenter"
>
<div
ng-if=
"a.action != 'initsession'"
class=
"picto"
popover=
"{{ a.attributes.stu_picto.expression.text | translate }}"
popover-trigger=
"mouseenter"
>
<img
ng-src=
"{{ a.attributes.stu_picto.picto.uri }}"
style=
"{{a.attributes.id_sup!=null ? 'border:2px dotted red': ''}}"
/>
<img
ng-src=
"{{ a.attributes.stu_picto.picto.uri }}"
style=
"{{a.attributes.id_sup!=null ? 'border:2px dotted red': ''}}"
/>
=======
<div
class=
"pull-left"
ng-repeat=
"a in actual_try.actions track by $index"
>
<div
class=
"picto"
popover=
"{{ a.attributes.stu_picto.expression.text | translate }}"
popover-trigger=
"mouseenter"
>
<img
ng-src=
"{{ a.attributes.stu_picto.picto.uri }}"
/>
>>>>>>> 13f9c9bff4582a0d96036c25304bf8bc2056587a
<div
class=
"action-type"
>
<div
class=
"action-type"
>
<span
ng-if=
"a.action == 'Add'"
aria-hidden=
"true"
></span>
<span
ng-if=
"a.action == 'Add'"
aria-hidden=
"true"
></span>
<span
ng-if=
"a.action == 'Select'"
aria-hidden=
"true"
></span>
<span
ng-if=
"a.action == 'Select'"
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