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
7b7f46c4
Unverified
Commit
7b7f46c4
authored
Sep 23, 2022
by
GuilhermeGz
Committed by
GitHub
Sep 23, 2022
Browse files
Merge pull request #634 from antonioDurval/master
Adicionando título na avaliação de relatório na area de Anexos e icon…
parents
1e7b5d6a
61e48249
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
7b7f46c4
...
...
@@ -30,7 +30,8 @@
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
style
=
"font-weight: bold"
>
Projeto
:
{{
$trabalho
->
titulo
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
...
...
@@ -73,8 +74,8 @@
>
{{
__
(
'Relatório Parcial: '
)
}}
</
label
>
@
if
(
$avaliacao
->
plano
->
relatorioParcial
)
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
mg
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
<
a
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
a
>
...
...
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