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
de3dba33
"app/Http/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "af3ff9a4caa59f5447a0693f54c4a3a370115807"
Commit
de3dba33
authored
May 30, 2022
by
Guilherme Silva
Browse files
Correção de erro na página de ciração de edital
parent
9d95ef83
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
de3dba33
...
@@ -163,12 +163,12 @@
...
@@ -163,12 +163,12 @@
<
tr
>
<
tr
>
<
td
>
{{
$coordenador
->
user
->
name
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
name
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
email
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
email
}}
</
td
>
@
if
(
$coordenador
->
user
->
instituicao
|
=
null
)
@
if
(
$coordenador
->
user
->
celular
!
=
null
)
<
td
>
{{
$coordenador
->
user
->
celular
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
celular
}}
</
td
>
@
else
@
else
<
td
>
Não
Definido
</
td
>
<
td
>
Não
Definido
</
td
>
@
endif
@
endif
@
if
(
$coordenador
->
user
->
instituicao
|
=
null
)
@
if
(
$coordenador
->
user
->
instituicao
!
=
null
)
<
td
>
{{
$coordenador
->
user
->
instituicao
}}
</
td
>
<
td
>
{{
$coordenador
->
user
->
instituicao
}}
</
td
>
@
else
@
else
<
td
>
Não
Definida
</
td
>
<
td
>
Não
Definida
</
td
>
...
...
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