Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
710b91a7
Commit
710b91a7
authored
4 years ago
by
carlos
Browse files
Options
Download
Email Patches
Plain Diff
links
parent
d5125a5d
fixCorrecoes
carlos
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
resources/views/administrador/novo_user.blade.php
+1
-1
resources/views/administrador/novo_user.blade.php
resources/views/auth/register.blade.php
+1
-1
resources/views/auth/register.blade.php
resources/views/evento/submeterTrabalho.blade.php
+3
-3
resources/views/evento/submeterTrabalho.blade.php
with
5 additions
and
5 deletions
+5
-5
resources/views/administrador/novo_user.blade.php
View file @
710b91a7
...
...
@@ -227,7 +227,7 @@
<
div
class
=
"col-md-4"
>
<
label
for
=
"linkLattes"
class
=
"col-form-label"
>
{{
__
(
'Link do currículo Lattes*'
)
}}
</
label
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
placeholder
=
"http://lattes.cnpq.br/1481900951748328"
>
@
error
(
'linkLattes'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/auth/register.blade.php
View file @
710b91a7
...
...
@@ -214,7 +214,7 @@
<
div
class
=
"col-md-4"
>
<
label
for
=
"linkLattes"
class
=
"col-form-label"
>
{{
__
(
'Link do currículo Lattes*'
)
}}
</
label
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
placeholder
=
"http://lattes.cnpq.br/1481900951748328"
>
@
error
(
'linkLattes'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/evento/submeterTrabalho.blade.php
View file @
710b91a7
...
...
@@ -92,7 +92,7 @@
</div>
<div class="
col
-
sm
-
6
">
<label for="
linkLattesEstudante
" class="
col
-
form
-
label
">Link do Currículo Lattes do Proponente*</label>
<input class="
form
-
control
@
error
(
'linkLattesEstudante'
)
is
-
invalid
@
enderror
" type="
url
" name="
linkLattesEstudante
"
<input class="
form
-
control
@
error
(
'linkLattesEstudante'
)
is
-
invalid
@
enderror
" type="
url
" name="
linkLattesEstudante
"
placeholder="
http
://
lattes
.
cnpq
.
br
/
1481900951748328
"
@if(Auth()->user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null)
value="
{{
Auth
()
->
user
()
->
proponentes
->
linkLattes
}}
"
@else
...
...
@@ -117,9 +117,9 @@
@enderror
</div>
<div class="
col
-
sm
-
6
">
<label for="
linkGrupo
" class="
col
-
form
-
label
">{{ __('Link do
g
rupo de
p
esquisa*:') }}</label>
<label for="
linkGrupo
" class="
col
-
form
-
label
">{{ __('Link do
G
rupo de
P
esquisa*:') }}</label>
<input class="
form
-
control
@
error
(
'linkGrupo'
)
is
-
invalid
@
enderror
" type="
text
" name="
linkGrupo
"
value="
{{
old
(
'linkGrupo'
)
!==
null
?
old
(
'linkGrupo'
)
:
(
isset
(
$rascunho
)
?
$rascunho
->
linkGrupoPesquisa
:
''
)}}
" placeholder="
http
://
dgp
.
cnpq
.
br
/
dgp
/
espelhogrupo
linkexemplo
/
123456
">
value="
{{
old
(
'linkGrupo'
)
!==
null
?
old
(
'linkGrupo'
)
:
(
isset
(
$rascunho
)
?
$rascunho
->
linkGrupoPesquisa
:
''
)}}
" placeholder="
http
://
dgp
.
cnpq
.
br
/
dgp
/
espelhogrupo
/
4921797051521302
">
@error('linkGrupo')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help