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
a29ac899
Commit
a29ac899
authored
Jun 26, 2018
by
Pratik Soni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed error in Faqs.
parent
dafb3a3a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2650 additions
and
2645 deletions
+2650
-2645
package-lock.json
package-lock.json
+2647
-2642
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
View file @
a29ac899
This diff is collapsed.
Click to expand it.
resources/views/backend/faqs/create.blade.php
View file @
a29ac899
...
...
@@ -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 @
a29ac899
...
...
@@ -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 -->
...
...
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