Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
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
laravel-adminpanel
Commits
952e30e3
Commit
952e30e3
authored
Nov 01, 2017
by
ruchitVC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolving create role issue.
parent
893dae21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
package-lock.json
package-lock.json
+9
-9
mix-manifest.json
public/mix-manifest.json
+7
-7
create.blade.php
resources/views/backend/access/roles/create.blade.php
+1
-1
No files found.
package-lock.json
View file @
952e30e3
...
...
@@ -8488,15 +8488,6 @@
"integrity"
:
"sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
,
"dev"
:
true
},
"string_decoder"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz"
,
"integrity"
:
"sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ=="
,
"dev"
:
true
,
"requires"
:
{
"safe-buffer"
:
"5.1.1"
}
},
"string-length"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz"
,
...
...
@@ -8517,6 +8508,15 @@
"strip-ansi"
:
"3.0.1"
}
},
"string_decoder"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz"
,
"integrity"
:
"sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ=="
,
"dev"
:
true
,
"requires"
:
{
"safe-buffer"
:
"5.1.1"
}
},
"stringstream"
:
{
"version"
:
"0.0.5"
,
"resolved"
:
"https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz"
,
...
...
public/mix-manifest.json
View file @
952e30e3
{
"/js/frontend.js"
:
"/js/frontend.
580464ef773e2d214ce1
.js"
,
"/js/backend.js"
:
"/js/backend.
10c0d698ee8a6aeda110
.js"
,
"/mix.js"
:
"/mix.
9b87a1da741f957f3f09
.js"
,
"/css/frontend.css"
:
"/css/frontend.
7816482bc976933449305b471c854d53
.css"
,
"/css/backend.css"
:
"/css/backend.
d451c415735a1ad4f8c0bc1506ab13f7
.css"
,
"/js/frontend.js"
:
"/js/frontend.
e4bfdc79e74c0b84647f
.js"
,
"/js/backend.js"
:
"/js/backend.
0793752cf3fad02356e8
.js"
,
"/mix.js"
:
"/mix.
247ab120fe7680658924
.js"
,
"/css/frontend.css"
:
"/css/frontend.
3af0a6cbd7d1d8d042f2a37e97008b7c
.css"
,
"/css/backend.css"
:
"/css/backend.
36a92480e1e31ce01581619e88309999
.css"
,
"/css/backend-custom.css"
:
"/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css"
,
"/js/backend-custom.js"
:
"/js/backend-custom.
c4cbd263073239b6890a7b1556356e0c
.js"
,
"/js/dataTable.js"
:
"/js/dataTable.
f968d300a6a0b871f138f114361259c8
.js"
"/js/backend-custom.js"
:
"/js/backend-custom.
9a8554f15fd116694dbb2ba720b7c8bf
.js"
,
"/js/dataTable.js"
:
"/js/dataTable.
e95e7044bc17a1973f8ca0b22b65c5dd
.js"
}
\ No newline at end of file
resources/views/backend/access/roles/create.blade.php
View file @
952e30e3
...
...
@@ -60,7 +60,7 @@
{{ Form::label('sort', trans('validation.attributes.backend.access.roles.sort'), ['class' => 'col-lg-2 control-label']) }}
<div class="
col
-
lg
-
10
">
{{ Form::text('sort', (
$role
_c
ount
+1), ['class' => 'form-control box-size', 'placeholder' => trans('validation.attributes.backend.access.roles.sort')]) }}
{{ Form::text('sort', (
$role
C
ount
+1), ['class' => 'form-control box-size', 'placeholder' => trans('validation.attributes.backend.access.roles.sort')]) }}
</div><!--col-lg-10-->
</div><!--form control-->
...
...
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