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
91b462f4
Commit
91b462f4
authored
Jul 21, 2020
by
carlos
Browse files
adicionar datas de resultado preeliminar, resultado final, inicio e fim de recurso
parent
9c91b6af
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/editais.blade.php
View file @
91b462f4
...
...
@@ -19,6 +19,10 @@
<
tr
>
<
th
scope
=
"col"
>
Nome
do
Edital
</
th
>
<
th
scope
=
"col"
>
Data
de
Criação
</
th
>
<
th
scope
=
"col"
>
Resultado
Preliminar
</
th
>
<
th
scope
=
"col"
>
Início
do
Recurso
</
th
>
<
th
scope
=
"col"
>
Fim
do
Recurso
</
th
>
<
th
scope
=
"col"
>
Resultado
Final
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
</
tr
>
</
thead
>
...
...
@@ -31,6 +35,10 @@
</
a
>
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
created_at
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_preliminar
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicio_recurso
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fim_recurso
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_final
))
}}
</
td
>
<
td
>
@
if
(
auth
()
->
user
()
->
id
==
$evento
->
criador_id
)
<
div
class
=
"btn-group dropright dropdown-options"
>
...
...
resources/views/proponente/editais.blade.php
View file @
91b462f4
...
...
@@ -17,9 +17,11 @@
<
thead
>
<
tr
>
<
th
scope
=
"col"
>
Nome
do
Edital
</
th
>
<
th
scope
=
"col"
>
In
i
cio
da
Submissão
</
th
>
<
th
scope
=
"col"
>
In
í
cio
da
Submissão
</
th
>
<
th
scope
=
"col"
>
Fim
da
Submissão
</
th
>
<
th
scope
=
"col"
>
Resultado
Preliminar
</
th
>
<
th
scope
=
"col"
>
Início
do
Recurso
</
th
>
<
th
scope
=
"col"
>
Fim
do
Recurso
</
th
>
<
th
scope
=
"col"
>
Resultado
Final
</
th
>
<
th
scope
=
"col"
>
Baixar
edital
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
...
...
@@ -36,6 +38,8 @@
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicioSubmissao
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fimSubmissao
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_preliminar
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
inicio_recurso
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
fim_recurso
))
}}
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
resultado_final
))
}}
</
td
>
<
td
style
=
"text-align: center"
>
<
a
href
=
"{{ route('baixar.edital', ['id' =>
$evento->id
]) }}"
>
...
...
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