Commit 19b5cf2a authored by carlos's avatar carlos
Browse files

mudando formato das datas

parent beed2694
...@@ -1908,7 +1908,7 @@ ...@@ -1908,7 +1908,7 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v5.1.1", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
...@@ -2398,7 +2398,7 @@ ...@@ -2398,7 +2398,7 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v5.1.1", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
...@@ -3606,16 +3606,16 @@ ...@@ -3606,16 +3606,16 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "2.7.2", "version": "2.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "17d0d3f266c8f925ebd035cd36f83cf802b47d4a" "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/17d0d3f266c8f925ebd035cd36f83cf802b47d4a", "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
"reference": "17d0d3f266c8f925ebd035cd36f83cf802b47d4a", "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3663,7 +3663,7 @@ ...@@ -3663,7 +3663,7 @@
"throwable", "throwable",
"whoops" "whoops"
], ],
"time": "2020-05-05T12:28:07+00:00" "time": "2020-06-14T09:00:00+00:00"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
...@@ -4600,16 +4600,16 @@ ...@@ -4600,16 +4600,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "8.5.5", "version": "8.5.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7" "reference": "3f9c4079d1407cd84c51c02c6ad1df6ec2ed1348"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/63dda3b212a0025d380a745f91bdb4d8c985adb7", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f9c4079d1407cd84c51c02c6ad1df6ec2ed1348",
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7", "reference": "3f9c4079d1407cd84c51c02c6ad1df6ec2ed1348",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4679,7 +4679,7 @@ ...@@ -4679,7 +4679,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2020-05-22T13:51:52+00:00" "time": "2020-06-15T10:45:47+00:00"
}, },
{ {
"name": "scrivo/highlight.php", "name": "scrivo/highlight.php",
......
...@@ -12,7 +12,7 @@ return [ ...@@ -12,7 +12,7 @@ return [
*/ */
'accepted' => ':Attribute deve ser aceito.', 'accepted' => ':Attribute deve ser aceito.',
'active_url' => ':Attribute não é uma URL válida.', 'active_url' => ':Attribute não é uma URL válida.',
'after' => ':Attribute deve ser uma data depois de :date.', 'after' => ':Attribute deve ser uma data depois de ',
'after_or_equal' => ':attribute deve ser uma data posterior ou igual a:date.', 'after_or_equal' => ':attribute deve ser uma data posterior ou igual a:date.',
'alpha' => ':Attribute deve conter somente letras.', 'alpha' => ':Attribute deve conter somente letras.',
'alpha_dash' => ':Attribute deve conter letras, números e traços.', 'alpha_dash' => ':Attribute deve conter letras, números e traços.',
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="container" > <div class="container" >
<div class="row" > <div class="row" >
<div class="col-sm-10"> <div class="col-sm-9">
@if(auth()->user()->tipo === "administrador") @if(auth()->user()->tipo === "administrador")
<h3>Meus Editais</h3> <h3>Meus Editais</h3>
@else @else
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
@endif @endif
</div> </div>
@if(auth()->user()->tipo === "administrador") @if(auth()->user()->tipo === "administrador")
<div class="col-sm-2"> <div class="col-sm-3">
<a href="{{route('evento.criar')}}" class="btn btn-primary">Criar Edital</a> <a href="{{route('evento.criar')}}" class="btn btn-primary" style="float: right;">Criar Edital</a>
</div> </div>
@endif @endif
</div> </div>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
@error('inicioSubmissao') @error('inicioSubmissao')
<span class="invalid-feedback" role="alert"> <span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong> <strong>{{ $message . date('d/m/Y', strtotime($ontem)) . '.' }}</strong>
</span> </span>
@enderror @enderror
</div> </div>
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
@error('fimSubmissao') @error('fimSubmissao')
<span class="invalid-feedback" role="alert"> <span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong> <strong>{{ $message . date('d/m/Y', strtotime(old('inicioSubmissao'))) . '.' }}</strong>
</span> </span>
@enderror @enderror
</div> </div>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
@error('inicioRevisao') @error('inicioRevisao')
<span class="invalid-feedback" role="alert"> <span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong> <strong>{{ $message . date('d/m/Y', strtotime($ontem)) . '.' }}</strong>
</span> </span>
@enderror @enderror
</div> </div>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
@error('fimRevisao') @error('fimRevisao')
<span class="invalid-feedback" role="alert"> <span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong> <strong>{{ $message . date('d/m/Y', strtotime( old('inicioRevisao') )) . '.' }}</strong>
</span> </span>
@enderror @enderror
</div> </div>
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
@error('resultado') @error('resultado')
<span class="invalid-feedback" role="alert"> <span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong> <strong>{{ $message . date('d/m/Y', strtotime($ontem)) . '.' }}</strong>
</span> </span>
@enderror @enderror
</div> </div>
......
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