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
14bed14f
Commit
14bed14f
authored
Jun 29, 2020
by
Gabriel-31415
Browse files
botao de volta em proponente e ajuste de rota em cancelar submissão
parent
1e367357
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
14bed14f
...
...
@@ -427,7 +427,7 @@
@
if
(
Auth
()
->
user
()
->
administradors
!=
null
)
<
a
href
=
"{{ route('admin.editais') }}"
class
=
"btn btn-secondary"
style
=
"width:100%"
>
Cancelar
</
a
>
@
else
<
a
href
=
"{{ route('projetos
.e
dital', ['id' =>
$edital->id
]) }}"
class
=
"btn btn-secondary"
style
=
"width:100%"
>
Cancelar
</
a
>
<
a
href
=
"{{ route('
proponente.
projetos
E
dital', ['id' =>
$edital->id
]) }}"
class
=
"btn btn-secondary"
style
=
"width:100%"
>
Cancelar
</
a
>
@
endif
</
form
>
</
div
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
14bed14f
...
...
@@ -19,18 +19,16 @@
</
div
>
</
div
>
@
endif
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-9"
>
<
h3
>
Projetos
do
edital
{{
$edital
->
nome
}}
</
h3
>
<
h6
style
=
"color: rgb(4, 78, 4);"
>
Submissão
irá
até
o
dia
{{
date
(
'd-m-Y'
,
strtotime
(
$edital
->
fimSubmissao
))
}}
</
h6
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('home') }}"
class
=
"btn btn-primary"
>
Voltar
</
a
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('trabalho.index', ['id' =>
$edital->id
] )}}"
class
=
"btn btn-primary"
style
=
"position:relative; float: right;"
>
Criar
projeto
</
a
>
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-9"
>
<
h3
>
Projetos
do
edital
{{
$edital
->
nome
}}
</
h3
>
<
h6
style
=
"color: rgb(4, 78, 4);"
>
Submissão
irá
até
o
dia
{{
date
(
'd-m-Y'
,
strtotime
(
$edital
->
fimSubmissao
))
}}
</
h6
>
</
div
>
<
div
class
=
"col mr-0"
>
<
a
href
=
"
{
{route('proponente.editais')}
}
"
class
=
"btn btn-primary float-right"
>
Voltar
</
a
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('trabalho.index', ['id' =>
$edital->id
] )}}"
class
=
"btn btn-primary"
style
=
"position:relative; float: right;"
>
Criar
projeto
</
a
>
</
div
>
</
div
>
<
hr
>
...
...
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