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
8a320145
authored
Feb 13, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
minor hotfix bootstrap
parent
8ae1d05b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sails/src/assets/scripts/modules/student/views/pictoconfig.html
sails/src/assets/scripts/modules/student/views/pictoexp.html
sails/src/assets/scripts/modules/student/views/tags.html
sails/src/assets/scripts/modules/student/views/pictoconfig.html
View file @
8a320145
...
...
@@ -18,7 +18,7 @@
<div
class=
"row"
>
<div
class=
"col-xs-6"
>
<div
class=
"input-group"
id=
"add_label"
>
<span
class=
"input-group-addon
glyphicon glyphicon-comment"
aria-hidden=
"true"
></span>
<span
class=
"input-group-addon
"
><span
class=
"glyphicon glyphicon-comment"
aria-hidden=
"true"
></span
></span>
<input
type=
"text"
class=
"form-control"
ng-model=
"studentPicto.attributes.expression"
/>
</div>
</div>
...
...
sails/src/assets/scripts/modules/student/views/pictoexp.html
View file @
8a320145
...
...
@@ -9,7 +9,7 @@
<form
ng-submit=
"save()"
>
<div
id=
"add_label"
class=
"input-group"
>
<span
class=
"input-group-addon
glyphicon glyphicon-comment"
aria-hidden=
"true"
></span>
<span
class=
"input-group-addon
"
><span
class=
"glyphicon glyphicon-comment"
aria-hidden=
"true"
></span
></span>
<input
type=
"text"
class=
"form-control"
ng-model=
"expression"
autofocus
/>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-success"
type=
"submit"
translate
>
save
</button>
...
...
sails/src/assets/scripts/modules/student/views/tags.html
View file @
8a320145
...
...
@@ -11,7 +11,7 @@
<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>
<span
class=
"input-group-addon
"
><span
class=
"glyphicon glyphicon-tag"
aria-hidden=
"true"
></span
></span>
<input
type=
"text"
class=
"form-control"
ng-model=
"tagToAdd"
/>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-success"
type=
"submit"
translate
>
add
</button>
...
...
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