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
0d343a7a
Commit
0d343a7a
authored
Jun 29, 2020
by
Gabriel-31415
Browse files
ajuste em editar edital
parent
6f6e7831
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/coordenador/home.blade.php
View file @
0d343a7a
...
...
@@ -71,7 +71,9 @@
<
p
class
=
"card-text"
>
<
strong
>
Submissão
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicioSubmissao
))}}
-
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fimSubmissao
))}}
<
br
>
<
strong
>
Revisão
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicioRevisao
))}}
-
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fimRevisao
))}}
<
br
>
<
strong
>
Resultado
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado
))}}
<
br
>
<
strong
>
Resultado
Preliminar
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_preliminar
))}}
<
br
>
<
strong
>
Recurso
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicio_recurso
))}}
-
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fim_recurso
))}}
<
br
>
<
strong
>
Resultado
Final
:</
strong
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_final
))}}
<
br
>
</
p
>
<
p
>
...
...
resources/views/evento/visualizarEvento.blade.php
View file @
0d343a7a
...
...
@@ -114,10 +114,43 @@
<
div
class
=
"row margin"
>
<
div
class
=
"col-sm-12 info-evento"
>
<
h4
>
Da
ta
do
re
sultado
</
h4
>
<
h4
>
Resul
tado
P
re
liminar
</
h4
>
<
p
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/calendar-evento.svg')}
}
"
alt
=
""
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado
))}}
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_preliminar
))}}
</
p
>
</
div
>
</
div
>
<
div
class
=
"row margin"
>
<
div
class
=
"col-sm-12 info-evento"
>
<
h4
>
Inicio
do
Recurso
</
h4
>
<
p
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/calendar-evento.svg')}
}
"
alt
=
""
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicio_recurso
))}}
</
p
>
</
div
>
</
div
>
<
div
class
=
"row margin"
>
<
div
class
=
"col-sm-12 info-evento"
>
<
h4
>
Fim
do
Recurso
</
h4
>
<
p
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/calendar-evento.svg')}
}
"
alt
=
""
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fim_recurso
))}}
</
p
>
</
div
>
</
div
>
<
div
class
=
"row margin"
>
<
div
class
=
"col-sm-12 info-evento"
>
<
h4
>
Resultado
Final
</
h4
>
<
p
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/calendar-evento.svg')}
}
"
alt
=
""
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_final
))}}
</
p
>
</
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