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
34ccb008
Commit
34ccb008
authored
Oct 19, 2021
by
Guilherme Silva
Browse files
Desabilitando botão de substituição ao já possuir uma pendente
parent
a53e3756
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipante.blade.php
View file @
34ccb008
...
...
@@ -38,7 +38,9 @@
</
div
>
<
div
class
=
"col-2 align-self-center"
>
<
div
class
=
"row justify-content-around"
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalSubParticipante
{
{$participante->id}
}
"
class
=
"button"
><
i
class
=
"fas fa-exchange-alt fa-2x"
></
i
><
a
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalSubParticipante
{
{$participante->id}
}
"
class
=
"button"
@
if
(
$substituicoesProjeto
->
first
()
->
status
==
'Em Aguardo'
)
style
=
"pointer-events: none; cursor: default;"
@
endif
>
<
i
class
=
"fas fa-exchange-alt fa-2x"
></
i
></
a
>
<
a
href
=
""
data
-
toggle
=
"modal"
data
-
target
=
"#modalVizuParticipante
{
{$participante->id}
}
"
class
=
"button"
><
i
class
=
"far fa-eye fa-2x"
></
i
></
a
>
</
div
>
</
div
>
...
...
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