Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
7e182b44
Unverified
Commit
7e182b44
authored
Oct 11, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pushing js and css assets to their respective stack
parent
aaa9ba1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
permissions-create.blade.php
...sources/views/admin/partials/permissions-create.blade.php
+2
-0
permissions-script.blade.php
...sources/views/admin/partials/permissions-script.blade.php
+2
-0
permissions.blade.php
...User/Resources/views/admin/partials/permissions.blade.php
+3
-0
No files found.
Modules/User/Resources/views/admin/partials/permissions-create.blade.php
View file @
7e182b44
@push('css-stack')
<style>
h3
{
border-bottom
:
1px
solid
#eee
;
...
...
@@ -6,6 +7,7 @@
padding
:
6px
0
4px
0
;
}
</style>
@endpush
<div
class=
"box-body"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
Modules/User/Resources/views/admin/partials/permissions-script.blade.php
View file @
7e182b44
@
push
(
'js-stack'
)
<
script
>
$
(
document
)
.
ready
(
function
()
{
$
(
'.jsSelectAllAllow'
)
.
on
(
'click'
,
function
(
event
)
{
...
...
@@ -20,3 +21,4 @@
});
});
</
script
>
@
endpush
Modules/User/Resources/views/admin/partials/permissions.blade.php
View file @
7e182b44
@push('css-stack')
<style>
h3
{
border-bottom
:
1px
solid
#eee
;
...
...
@@ -6,6 +7,8 @@
padding
:
6px
0
4px
0
;
}
</style>
@endpush
<div
class=
"box-body"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
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