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
08b459ae
Unverified
Commit
08b459ae
authored
Aug 31, 2022
by
GuilhermeGz
Committed by
GitHub
Aug 31, 2022
Browse files
Merge pull request #599 from antonioDurval/master
adicionar um botão de "Cancelar" ao lado do botão de "Salvar como rascunho"
parents
a2e105d0
9d690396
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/editaFormulario/finalizar.blade.php
View file @
08b459ae
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
<div
class=
" d-flex justify-content-between align-items-center"
style=
"margin-top: 15px; margin-bottom:18px"
>
<div
class=
" d-flex justify-content-between align-items-center"
style=
"margin-top: 15px; margin-bottom:18px"
>
<h6
style=
"font-weight: bold"
><span
style=
"color: red; font-weight:bold"
>
*
</span>
Campos obrigatórios
</h6>
<h6
style=
"font-weight: bold"
><span
style=
"color: red; font-weight:bold"
>
*
</span>
Campos obrigatórios
</h6>
<button
id=
"submeterFormProposta"
type=
"submit"
style=
"display: none;"
></button>
<button
id=
"submeterFormProposta"
type=
"submit"
style=
"display: none;"
></button>
<a
href=
"{{ route('proponente.projetosEdital', ['id' => $edital->id])}}"
class=
"btn btn-secondary"
>
Cancelar
</a>
@if(Auth::user()->tipo != 'administrador')
@if(Auth::user()->tipo != 'administrador')
<button
type=
"submit"
class=
"btn btn-primary "
id=
"idButtonSubmitRascunho"
>
{{ __('Salvar como rascunho') }}
</button>
<button
type=
"submit"
class=
"btn btn-primary "
id=
"idButtonSubmitRascunho"
>
{{ __('Salvar como rascunho') }}
</button>
@endif
@endif
...
...
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