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
76ef47c9
Commit
76ef47c9
authored
Jun 26, 2018
by
Viral Solani
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pratik916-master' into develop
parents
096aac8e
b82d25d3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14782 additions
and
3 deletions
+14782
-3
package-lock.json
package-lock.json
+14779
-0
create.blade.php
resources/views/backend/faqs/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/faqs/edit.blade.php
+2
-2
No files found.
package-lock.json
0 → 100644
View file @
76ef47c9
This diff is collapsed.
Click to expand it.
resources/views/backend/faqs/create.blade.php
View file @
76ef47c9
...
...
@@ -17,7 +17,7 @@
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.create') }}</h3>
<div class="
box
-
tools
pull
-
right
">
@include('backend.
include
s.partials.faqs-header-buttons')
@include('backend.
faq
s.partials.faqs-header-buttons')
</div><!--box-tools pull-right-->
</div><!-- /.box-header -->
...
...
resources/views/backend/faqs/edit.blade.php
View file @
76ef47c9
...
...
@@ -17,7 +17,7 @@
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.edit') }}</h3>
<div class="
box
-
tools
pull
-
right
">
@include('backend.
include
s.partials.faqs-header-buttons')
@include('backend.
faq
s.partials.faqs-header-buttons')
</div><!--box-tools pull-right-->
</div><!-- /.box-header -->
...
...
@@ -34,4 +34,4 @@
</div><!--box-->
</div>
{{ Form::close() }}
@endsection
\ No newline at end of file
@endsection
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