Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
2
2020-03-03 itmax-84
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
1
Merge Requests
1
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
Playground
2020-03-03 itmax-84
Commits
8322599d
Commit
8322599d
authored
Jan 30, 2020
by
Marco Schmiedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
18be8f17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
+25
-2
example.css
resources/views/example/example.css
+1
-1
index.blade.php
resources/views/example/index.blade.php
+24
-1
No files found.
resources/views/example/example.css
View file @
8322599d
...
...
@@ -2,5 +2,5 @@
height
:
100%
;
width
:
100%
;
display
:
block
;
max-width
:
3
00px
;
max-width
:
4
00px
;
}
resources/views/example/index.blade.php
View file @
8322599d
...
...
@@ -53,6 +53,27 @@
@
limitless
::
endnavigationsubmenu
@
limitless
::
navigationdevider
@
endsection
{{
--
Header
--
}}
@
section
(
'limitless::header'
)
@
limitless
::
headerdropdown
([
'image'
=>
'https://cdn.backoffice.online/limitless/Template/global_assets/images/image.png'
,
'title'
=>
'John Doe'
])
@
limitless
::
headerdropdownitem
([
'url'
=>
'#'
,
'icon'
=>
'icon-user-plus'
,
'target'
=>
'_self'
,
'title'
=>
'Profile'
])
@
limitless
::
headerdropdownitem
([
'url'
=>
'#'
,
'icon'
=>
'icon-coins'
,
'target'
=>
'_self'
,
'title'
=>
'Balance'
])
@
limitless
::
headerdropdowndivider
@
limitless
::
headerdropdownitem
([
'url'
=>
'#'
,
'icon'
=>
'icon-cog5'
,
'target'
=>
'_self'
,
'title'
=>
'Account'
])
@
limitless
::
headerdropdownitem
([
'url'
=>
'#'
,
'icon'
=>
'icon-switch2'
,
'target'
=>
'_self'
,
'title'
=>
'Logout'
])
@
limitless
::
endheaderdropdown
@
endsection
...
...
@@ -65,7 +86,9 @@
tempor
invidunt
ut
labore
et
dolore
magna
aliquyam
erat
,
sed
diam
voluptua
.
At
vero
eos
et
accusam
et
justo
duo
dolores
et
ea
rebum
.
Stet
clita
kasd
gubergren
,
no
sea
takimata
sanctus
est
Lorem
ipsum
dolor
sit
amet
.
<
center
>
<
img
class
="
exampleImage
" src="
@
limitless
::
publish
(
base_path
()
.
'/resources/views/example/example.jpg'
)
" />
</center>
@limitless::endcard
@limitless::card('Seccond Card')
...
...
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