Commit 7486f122 authored by alinetenorio's avatar alinetenorio
Browse files

alteração texto de exemplo dos links

parent d2a1a741
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
@else @else
value="" value=""
@endif > @endif >
<small>Exemplo: <b>http://lattes.cnpq.br/8363536830656923</b></small> <small>Exemplo: http://lattes.cnpq.br/8363536830656923</small>
@error('linkLattesEstudante') @error('linkLattesEstudante')
<span class="invalid-feedback" role="alert" style="overflow: visible; display:block"> <span class="invalid-feedback" role="alert" style="overflow: visible; display:block">
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<input class="form-control @error('linkGrupo') is-invalid @enderror" type="text" name="linkGrupo" <input class="form-control @error('linkGrupo') is-invalid @enderror" type="text" name="linkGrupo"
value="{{old('linkGrupo') !== null ? old('linkGrupo') : (isset($rascunho) ? $rascunho->linkGrupoPesquisa : '')}}"> value="{{old('linkGrupo') !== null ? old('linkGrupo') : (isset($rascunho) ? $rascunho->linkGrupoPesquisa : '')}}">
<small>Exemplo: <b>http://dgp.cnpq.br/dgp/espelhogrupo/228363</b></small> <small>Exemplo: http://dgp.cnpq.br/dgp/espelhogrupo/228363</small>
@error('linkGrupo') @error('linkGrupo')
<span class="invalid-feedback" role="alert" style="overflow: visible; display:block"> <span class="invalid-feedback" role="alert" style="overflow: visible; display:block">
<strong>{{ $message }}</strong> <strong>{{ $message }}</strong>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment