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
bcecdaa7
authored
Jul 29, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug #506 fixed
parent
482fc756
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
sails/src/assets/scripts/modules/student/controllers/collections.js
sails/src/assets/scripts/modules/student/views/tags.html
sails/src/assets/scripts/modules/student/controllers/collections.js
View file @
bcecdaa7
...
...
@@ -299,7 +299,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
animation
:
true
,
templateUrl
:
'modules/student/views/tags.html'
,
controller
:
'TagsCtrl'
,
size
:
'
md
'
,
size
:
'
lg
'
,
resolve
:
{
studentPicto
:
function
()
{
return
studentPicto
;
...
...
sails/src/assets/scripts/modules/student/views/tags.html
View file @
bcecdaa7
...
...
@@ -6,9 +6,9 @@
<h4
class=
"modal-title"
id=
"myModalLabel"
translate
>
picto_labels
</h4>
</div>
<div
class=
"modal-body"
>
<ul
class=
"list-group"
>
<li
class=
"list-group-item"
>
<li
class=
"list-group-item
clearfix
"
>
<form
ng-submit=
"add()"
>
<div
id=
"add_label"
class=
"input-group"
>
<span
class=
"input-group-addon glyphicon glyphicon-tag"
aria-hidden=
"true"
></span>
...
...
@@ -19,7 +19,7 @@
</div>
</form>
</li>
<li
class=
"list-group-item"
id=
"own_labels"
>
<li
class=
"list-group-item
clearfix
"
id=
"own_labels"
>
<p>
{{ 'own_labels' | translate }}:
</p>
<div
class=
"label label-info text_sm"
ng-repeat=
"ot in ownTags"
>
...
...
@@ -30,9 +30,9 @@
</div>
</li>
<li
class=
"list-group-item"
>
<li
class=
"list-group-item
clearfix
"
>
<p>
{{ 'general_labels' | translate }}:
</p>
<div
class=
"label label-primary text_sm"
ng-repeat=
"t in tags | filter:{ lang: sup.lang }"
>
<span
class=
"glyphicon glyphicon-tag"
aria-hidden=
"true"
></span>
{{t.tag}}
</div>
...
...
@@ -43,4 +43,4 @@
</div>
<!-- End modal-body -->
</div>
\ No newline at end of file
</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