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
dd7b8a64
Unverified
Commit
dd7b8a64
authored
Jul 11, 2020
by
Gabriel Antônio da Silva
Committed by
GitHub
Jul 11, 2020
Browse files
Merge pull request #62 from lmts-ufape/master-test
correcao no botao cancelar de criar projeto
parents
ceca2996
4f8fd81a
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
dd7b8a64
...
@@ -437,7 +437,7 @@
...
@@ -437,7 +437,7 @@
@
if
(
Auth
()
->
user
()
->
administradors
!=
null
)
@
if
(
Auth
()
->
user
()
->
administradors
!=
null
)
<
a
href
=
"{{ route('admin.editais') }}"
class
=
"btn btn-secondary"
style
=
"width:100%"
>
Cancelar
</
a
>
<
a
href
=
"{{ route('admin.editais') }}"
class
=
"btn btn-secondary"
style
=
"width:100%"
>
Cancelar
</
a
>
@
else
@
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
@
endif
</
form
>
</
form
>
</
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