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
bf2cacc2
Commit
bf2cacc2
authored
2 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
Colocar data limite de Revisão para o Ad hoc no campo do Perfil do Avaliador
parent
a3917618
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/avaliador/listarTrabalhos.blade.php
+2
-2
resources/views/avaliador/listarTrabalhos.blade.php
with
2 additions
and
2 deletions
+2
-2
resources/views/avaliador/listarTrabalhos.blade.php
View file @
bf2cacc2
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
scope
=
"col"
style
=
"width:100%"
>
Nome
do
Projeto
</
th
>
<
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"
>
Projeto
</
th
>
<
th
scope
=
"col"
>
Plano
de
Trabalho
</
th
>
<
th
scope
=
"col"
>
Plano
de
Trabalho
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Status
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Status
</
th
>
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
<
tr
>
<
tr
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$trabalho
->
titulo
}}
</
td
>
<
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"
>
<
td
style
=
"text-align: center"
>
{{
--
--
}}
{{
--
--
}}
<
a
href
=
"{{route('download', ['file' =>
$trabalho->anexoProjeto
])}}"
target
=
"_new"
style
=
"font-size: 20px; color: #114048ff;"
class
=
"btn btn-light"
>
<
a
href
=
"{{route('download', ['file' =>
$trabalho->anexoProjeto
])}}"
target
=
"_new"
style
=
"font-size: 20px; color: #114048ff;"
class
=
"btn btn-light"
>
...
...
This diff is collapsed.
Click to expand it.
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