Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-blog
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Angel Martin
onestartup-blog
Commits
0cdf0d03
Commit
0cdf0d03
authored
Apr 25, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use views from crm-admin
parent
95e4f64f
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
edit.blade.php
src/views/category/edit.blade.php
+1
-1
index.blade.php
src/views/category/index.blade.php
+1
-1
create.blade.php
src/views/entry/create.blade.php
+1
-1
edit.blade.php
src/views/entry/edit.blade.php
+1
-1
index.blade.php
src/views/entry/index.blade.php
+1
-1
edit.blade.php
src/views/tags/edit.blade.php
+1
-1
index.blade.php
src/views/tags/index.blade.php
+1
-1
No files found.
src/views/category/edit.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/category/index.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/entry/create.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/entry/edit.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/entry/index.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/tags/edit.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
src/views/tags/index.blade.php
View file @
0cdf0d03
@
extends
(
'
layouts.admin.adm
in-layout'
)
@
extends
(
'
crm-admin::ma
in-layout'
)
@
section
(
'content'
)
<
div
class
='
row
'>
...
...
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