Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
3a2aa064
Commit
3a2aa064
authored
2 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
Alteração textual no botão de envio de convite
parent
3c3b3c43
master
carl-branch
updates_mar
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/selecionarAvaliadores.blade.php
+12
-2
...urces/views/administrador/selecionarAvaliadores.blade.php
with
12 additions
and
2 deletions
+12
-2
resources/views/administrador/selecionarAvaliadores.blade.php
View file @
3a2aa064
...
...
@@ -22,7 +22,11 @@
<
div
class
=
"col-md-2"
>
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"btn btn-info"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModalCenter"
>
@
if
(
$evento
->
natureza_id
==
3
)
Enviar
Convite
para
Banca
@
else
Enviar
Convite
@
endif
</
button
>
</
div
>
</
div
>
...
...
@@ -247,7 +251,13 @@
<
div
class
=
"modal-dialog modal-dialog-centered"
role
=
"document"
>
<
div
class
=
"modal-content modal-submeta"
>
<
div
class
=
"modal-header modal-header-submeta"
>
<
h5
class
=
"modal-title titulo-table"
id
=
"exampleModalLongTitle"
style
=
"font-size: 20px;"
>
Enviar
Convite
</
h5
>
<
h5
class
=
"modal-title titulo-table"
id
=
"exampleModalLongTitle"
style
=
"font-size: 20px;"
>
@
if
(
$evento
->
natureza_id
==
3
)
Enviar
Convite
para
Banca
@
else
Enviar
Convite
@
endif
</
h5
>
<
button
type
=
"button"
class
=
"close"
data
-
dismiss
=
"modal"
aria
-
label
=
"Close"
style
=
"color: rgb(182, 182, 182)"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
...
...
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
Menu
Projects
Groups
Snippets
Help