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
aa7c0cf1
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "d6bb053cb4764084757a27c7c2da5663ecf6e488"
Commit
aa7c0cf1
authored
May 28, 2021
by
Danillo Bion
Browse files
modificacoes na tela de editais
parent
204c9369
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/coordenador/home.blade.php
View file @
aa7c0cf1
...
...
@@ -7,7 +7,11 @@
{{
--
titulo
da
página
--
}}
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 3rem; text-align:center"
>
<
div
class
=
"col-md-12"
style
=
"margin-bottom: -0.5rem"
>
<
h3
>
Editais
</
h3
>
@
if
(
count
(
$eventos
)
>
0
)
<
h5
class
=
"card-title mb-0"
style
=
"font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#1492E6"
>
Editais
</
h5
>
@
else
<
h5
class
=
"card-title mb-0"
style
=
"font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#1492E6"
>
Edital
</
h5
>
@
endif
</
div
>
<
div
class
=
"col-md-12"
>
<
hr
>
...
...
@@ -16,7 +20,7 @@
@
php
$hoje
=
now
();
@
endphp
<
div
class
=
"row"
>
<
div
class
=
"row
justify-content-center
"
>
@
if
(
count
(
$eventos
)
>
0
)
@
foreach
(
$eventos
as
$evento
)
...
...
@@ -26,7 +30,7 @@
@
else
<
a
href
=
"{{ route('evento.visualizarNaoLogado', ['id'=>
$evento->id
]) }}"
style
=
"text-decoration: none"
>
@
endif
<
div
class
=
"card"
style
=
"width: 18rem; border-radius:12px; border-width:0px;"
>
<
div
class
=
"card"
style
=
"width: 18rem; border-radius:12px; border-width:0px;
margin:10px
"
>
@
if
(
isset
(
$evento
->
fotoEvento
))
<
img
src
=
"
{
{asset('storage/eventos/'.$evento->id.'/logo.png')}
}
"
class
=
"card-img-top"
alt
=
"..."
>
@
else
...
...
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