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
d2a1a741
Unverified
Commit
d2a1a741
authored
Jul 14, 2020
by
Aline Tenório
Committed by
GitHub
Jul 14, 2020
Browse files
Merge pull request #64 from lmts-ufape/exemploLinks
Exemplos de links
parents
9e1598d7
3ba9201d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
d2a1a741
...
...
@@ -106,6 +106,7 @@
@else
value=""
@endif >
<small>Exemplo: <b>http://lattes.cnpq.br/8363536830656923</b></small>
@error('linkLattesEstudante')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
@@ -129,6 +130,7 @@
<input class="
form
-
control
@
error
(
'linkGrupo'
)
is
-
invalid
@
enderror
" type="
text
" name="
linkGrupo
"
value="
{{
old
(
'linkGrupo'
)
!==
null
?
old
(
'linkGrupo'
)
:
(
isset
(
$rascunho
)
?
$rascunho
->
linkGrupoPesquisa
:
''
)}}
">
<small>Exemplo: <b>http://dgp.cnpq.br/dgp/espelhogrupo/228363</b></small>
@error('linkGrupo')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
<strong>{{
$message
}}</strong>
...
...
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