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
74c0b134
Commit
74c0b134
authored
Aug 24, 2022
by
unknown
Browse files
Alterando o nome do botão após ser avaliado
parent
54a75f29
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/index.blade.php
View file @
74c0b134
...
@@ -64,7 +64,13 @@
...
@@ -64,7 +64,13 @@
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
tipo
}}
</
td
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
tipo
}}
</
td
>
<
td
>
<
td
>
<
div
class
=
"row justify-content-center"
>
<
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
>
</
div
>
</
td
>
</
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