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
6d07bcc6
Unverified
Commit
6d07bcc6
authored
Aug 24, 2022
by
GuilhermeGz
Committed by
GitHub
Aug 24, 2022
Browse files
Merge pull request #585 from antonioDurval/master
Alterando o nome do botão após ser avaliado
parents
54a75f29
74c0b134
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/index.blade.php
View file @
6d07bcc6
...
...
@@ -64,7 +64,13 @@
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
tipo
}}
</
td
>
<
td
>
<
div
class
=
"row justify-content-center"
>
<
a
type
=
"button"
class
=
"btn btn-primary"
href
=
"{{route('planos.avaliacoesUser', ['id'=>
$avaliacao->id
])}}"
>
Avaliar
</
a
>
<
a
type
=
"button"
class
=
"btn btn-primary"
href
=
"{{route('planos.avaliacoesUser', ['id'=>
$avaliacao->id
])}}"
>
@
if
(
$avaliacao
->
nota
==
null
)
Avaliar
@
else
Avaliado
@
endif
</
a
>
</
div
>
</
td
>
...
...
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