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
7822f041
Commit
7822f041
authored
May 28, 2021
by
Danillo Bion
Browse files
ajustes
parent
15fdf797
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/visualizarEvento.blade.php
View file @
7822f041
...
...
@@ -15,10 +15,10 @@
</
div
>
@
endif
</
div
>
<
div
class
=
"col-md-7"
style
=
"margin-bottom:
25
px"
>
<
div
class
=
"col-md-7"
style
=
"margin-bottom:
10
px"
>
<
div
class
=
"form-row"
>
<
div
class
=
"col-md-12"
style
=
"margin-bottom:
3
0px"
>
<
div
class
=
"col-md-12"
style
=
"margin-bottom:
2
0px"
>
<
div
class
=
"card shadow bg-white"
style
=
"border-radius:12px; border-width:0px;"
>
@
if
(
isset
(
$evento
->
fotoEvento
))
<
img
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
>
...
...
@@ -42,7 +42,7 @@
</
div
>
@
if
(
$hasFile
==
true
)
@
if
(
$hasTrabalho
)
<
div
class
=
"col-md-12"
style
=
"margin-bottom:
5
px"
>
<
div
class
=
"col-md-12"
style
=
"
margin-top:8px;
margin-bottom:
20
px"
>
<
div
class
=
"card shadow bg-white"
style
=
"border-radius:12px; border-width:0px;"
>
<
div
class
=
"card-header"
style
=
"border-top-left-radius: 12px; border-top-right-radius: 12px; background-color: #fff"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
style
=
"margin-top: 9px; margin-bottom:6px"
>
...
...
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