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
ac57eead
Commit
ac57eead
authored
May 05, 2022
by
unknown
Browse files
Adição do botão voltar na visualização da proposta
parent
a1491dc6
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
ac57eead
...
@@ -17,6 +17,12 @@
...
@@ -17,6 +17,12 @@
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
<
div
class
=
"container"
>
<
div
class
=
"container"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"col-md-12"
>
<
h5
style
=
"color: #234B8B; font-weight: bold"
>
Informações
da
Proposta
</
h5
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
</
div
>
<
div
class
=
"col-md-12"
><
h5
style
=
"color: #1492E6;"
>
{{
$trabalho
->
titulo
}}
</
h5
></
div
>
<
div
class
=
"col-md-12"
><
h5
style
=
"color: #1492E6;"
>
{{
$trabalho
->
titulo
}}
</
h5
></
div
>
<
div
class
=
"col-md-12"
><
h6
style
=
"color: #234B8B; margin-bottom:-0.4rem; font-weight: bold"
>
{{
$evento
->
nome
}}
</
h6
></
div
>
<
div
class
=
"col-md-12"
><
h6
style
=
"color: #234B8B; margin-bottom:-0.4rem; font-weight: bold"
>
{{
$evento
->
nome
}}
</
h6
></
div
>
</
div
>
</
div
>
...
@@ -618,6 +624,9 @@
...
@@ -618,6 +624,9 @@
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
<
a
href
=
"{{ route('admin.analisar', ['evento_id' =>
$evento->id
]) }}"
class
=
"btn btn-primary"
style
=
"font-size: 16px; float: right; margin-top: 10px;"
>
Voltar
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/projeto/visualizar.blade.php
View file @
ac57eead
...
@@ -39,8 +39,12 @@
...
@@ -39,8 +39,12 @@
{{
--
@
component
(
'projeto.formularioVisualizar.finalizar'
,
[
'projeto'
=>
$projeto
])
{{
--
@
component
(
'projeto.formularioVisualizar.finalizar'
,
[
'projeto'
=>
$projeto
])
@
endcomponent
--
}}
@
endcomponent
--
}}
</
div
>
<
div
class
=
"row justify-content-end"
style
=
"padding: 15px;"
>
<
a
href
=
"{{ url()->previous() }}"
class
=
"btn btn-primary"
style
=
"font-size: 16px;"
>
Voltar
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
</
form
>
</
form
>
<
div
class
=
"modal fade"
id
=
"modalSelecionarDiscentes"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal fade"
id
=
"modalSelecionarDiscentes"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
...
...
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