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
7791189f
Commit
7791189f
authored
Jun 01, 2021
by
Gabriel-31415
Browse files
ajuste
parent
8e02f34f
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/anexos.blade.php
View file @
7791189f
...
...
@@ -22,7 +22,7 @@
@endcomponent
</div>
<div
class=
"form-group col-md-6"
>
@component('componentes.input', ['label' => 'Anexo da Planilha de Pontuação(.
ods
,.xls,.ods)'])
@component('componentes.input', ['label' => 'Anexo da Planilha de Pontuação(.
xlsx
,.xls,.ods)'])
<input
type=
"file"
class=
"input-group-text"
name=
"anexoPlanilha"
placeholder=
"anexoPlanoTrabalho"
accept=
".xlsx, .xls, .ods"
required
/>
@endcomponent
</div>
...
...
@@ -53,6 +53,12 @@
@endcomponent
</div>
</div>
<div
class=
"form-group col-md-6"
style=
"margin-top: 10px"
>
@component('componentes.input', ['label' => 'Anexo do Grupo de Pesquisa(.pdf)'])
<input
type=
"file"
class=
"input-group-text"
name=
"anexoGrupoPesquisa"
placeholder=
"Anexo do Grupo de Pesquisa"
accept=
"application/pdf"
required
/>
@endcomponent
</div>
</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