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
ac287523
Commit
ac287523
authored
Feb 13, 2022
by
Guilherme Silva
Browse files
Correção na visualização do campo RG
parent
17b7287c
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
ac287523
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'RG'])
@component('componentes.input', ['label' => 'RG'])
<input
type=
"
number
"
class=
"form-control"
min=
"1"
maxlength=
"12"
value=
"{{$participante->rg}}"
name=
"rg"
placeholder=
"RG"
disabled
/>
<input
type=
"
text
"
class=
"form-control"
min=
"1"
maxlength=
"12"
value=
"{{$participante->rg}}"
name=
"rg"
placeholder=
"RG"
disabled
/>
@endcomponent
@endcomponent
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
...
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