Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
397bac14
Commit
397bac14
authored
May 25, 2020
by
Gabriel-31415
Browse files
botão de detalhes no eventos
parent
557b974a
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/coordenador/home.blade.php
View file @
397bac14
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"row justify-content-center"
>
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
{{
$evento
->
nome
}}
{{
$evento
->
nome
}}
@
if
(
Auth
::
user
()
->
tipo
==
"administrador"
)
{{
--
@
can
(
'isCoordenador'
,
$evento
)
--
}}
{{
--
@
can
(
'isCoordenador'
,
$evento
)
--
}}
<
div
class
=
"btn-group dropright dropdown-options"
>
<
div
class
=
"btn-group dropright dropdown-options"
>
<
a
id
=
"options"
class
=
"dropdown-toggle"
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
a
id
=
"options"
class
=
"dropdown-toggle"
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
...
@@ -58,6 +59,7 @@
...
@@ -58,6 +59,7 @@
</
div
>
</
div
>
</
div
>
</
div
>
{{
--
@
endcan
--
}}
{{
--
@
endcan
--
}}
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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