Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
yvertlab
mylabstocks
Commits
095f0019
Commit
095f0019
authored
Aug 28, 2020
by
Gael Yvert
Browse files
built a minimal admin/index welcome view
parent
22b1e49d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/vendor/voyager/index.blade.php
View file @
095f0019
...
...
@@ -5,7 +5,56 @@
<
div
class
=
"page-content"
>
@
include
(
'voyager::alerts'
)
@
include
(
'voyager::dimmers'
)
<
h1
>
{{
setting
(
'admin.title'
)
}}
</
h1
>
<
div
class
=
"container"
>
<
h1
class
=
"text-center"
>
{{
setting
(
'admin.title'
)
}}
</
h1
>
<
br
>
</
div
>
<
div
class
=
"container"
>
<
h3
class
=
"text-left"
>
Quick
access
to
:
</
h3
>
<
br
>
</
div
>
<
div
class
=
"container"
>
<
div
class
=
"col-md-4"
>
<
div
class
=
"panel panel panel-bordered panel-warning"
>
<
div
class
=
"panel-body"
>
<!--
Include
here
the
icon
(
if
avail
)
by
1
)
getting
the
datatype
and
then
2
)
calling
class
$dataType
->
icon
as
in
the
browse
.
blade
.
php
view
-->
<
a
href
=
{{
route
(
'voyager.plasmids.index'
)
}}
>
<
h3
class
=
"text-center"
href
=
"www.ens-lyon.fr"
>
Plasmids
</
h3
>
</
a
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-md-4"
>
<
div
class
=
"panel panel panel-bordered panel-warning"
>
<
div
class
=
"panel-body"
>
<
a
href
=
{{
route
(
'voyager.strains.index'
)
}}
>
<
h3
class
=
"text-center"
>
Yeast
Strains
</
h3
>
</
a
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-md-4"
>
<
div
class
=
"panel panel panel-bordered panel-warning"
>
<
div
class
=
"panel-body"
>
<
a
href
=
{{
route
(
'voyager.oligos.index'
)
}}
>
<
h3
class
=
"text-center"
>
Oligos
</
h3
>
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"container"
>
<
h3
class
=
"text-left"
>
For
other
items
and
features
,
see
the
side
menu
</
h3
>
<
br
>
</
div
>
@
stop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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