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
eab95861
Unverified
Commit
eab95861
authored
May 17, 2023
by
Antônio Durval
Committed by
GitHub
May 17, 2023
Browse files
Merge pull request #871 from antonioDurval/master
Colocar data limite de Revisão para o Ad hoc no campo do Perfil do Av…
parents
a3917618
bf2cacc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliador/listarTrabalhos.blade.php
View file @
eab95861
...
...
@@ -175,7 +175,7 @@
<
thead
>
<
tr
>
<
th
scope
=
"col"
style
=
"width:100%"
>
Nome
do
Projeto
</
th
>
<
th
scope
=
"col"
>
Data
de
Cr
iação
</
th
>
<
th
scope
=
"col"
>
Data
Limite
da
Aval
iação
</
th
>
<
th
scope
=
"col"
>
Projeto
</
th
>
<
th
scope
=
"col"
>
Plano
de
Trabalho
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Status
</
th
>
...
...
@@ -188,7 +188,7 @@
<
tr
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$trabalho
->
titulo
}}
</
td
>
<
td
style
=
"text-align: center"
>
{{
$trabalho
->
created_at
->
format
(
'd/m/Y'
)
}}
</
td
>
<
td
style
=
"text-align: center"
>
{{
date
(
'd/m/Y'
,
strtotime
(
$trabalho
->
evento
->
fimRevisao
)
)
}}
</
td
>
<
td
style
=
"text-align: center"
>
{{
--
--
}}
<
a
href
=
"{{route('download', ['file' =>
$trabalho->anexoProjeto
])}}"
target
=
"_new"
style
=
"font-size: 20px; color: #114048ff;"
class
=
"btn btn-light"
>
...
...
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