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
5c89fb0d
authored
Apr 20, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
working on scenes
parent
01bcb078
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sails/src/assets/scripts/config.js
sails/src/assets/scripts/modules/student/views/collections.html
sails/src/assets/scripts/config.js
View file @
5c89fb0d
/* global angular */
/* global angular */
angular
.
module
(
'dashboardConfig'
,
[]).
constant
(
'config'
,
{
angular
.
module
(
'dashboardConfig'
,
[]).
constant
(
'config'
,
{
backend
:
'http
s
://'
+
window
.
location
.
host
,
backend
:
'http://'
+
window
.
location
.
host
,
});
});
sails/src/assets/scripts/modules/student/views/collections.html
View file @
5c89fb0d
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
<li><a
href=
"#"
>
Nueva escena sin categorías
</a></li>
<li><a
href=
"#"
>
Nueva escena sin categorías
</a></li>
</ul>
</ul>
</div>
</div>
<button
type=
"button"
class=
"btn btn-primary"
><i
class=
"fa fa-files-o"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-primary"
ng-click=
"copy_scene()"
><i
class=
"fa fa-files-o"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"delete_scene(viewingScene.id)"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i></button>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"delete_scene(viewingScene.id)"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i></button>
</div>
</div>
</div>
</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