Unverified Commit 36fdbf98 authored by GuilhermeGz's avatar GuilhermeGz Committed by GitHub
Browse files

Merge pull request #195 from GuilhermeGz/master

Atualizações do sistema
parents fc44964c 768e06e6
......@@ -191,6 +191,9 @@
@endif
@endif
</div>
<div class="col-md-12" style="padding-left: 20px">
{{ $projetos->links() }}
</div>
</div>
</div>
</div>
......
......@@ -199,10 +199,16 @@
</div>
@endif
</div>
<div class="col-md-12" style="padding-left: 20px">
{{ $projetos->links() }}
</div>
</div>
</div>
</div>
</div>
@endsection
@section('javascript')
......
......@@ -44,9 +44,8 @@
{{ $salutation }}
@else
<br>@lang('Atenciosamente'),<br>
{{ config('app.name') }}<br><br>
Laboratório Multidisciplinar de Tecnologias Sociais<br>
Universidade Federal do Agreste de Pernambuco
{{--{{ config('app.name') }}<br><br>--}}
Universidade Federal do Agreste de Pernambuco<br>
@endif
{{-- Subcopy --}}
......
......@@ -149,7 +149,7 @@ Route::group(['middleware' => ['isTemp', 'auth', 'verified']], function(){
//########## Bolsas
Route::get( '/bolsas', 'ParticipanteController@listarParticipanteEdital' )->name('bolsas.listar');
Route::get( '/bolsas/alteracao/{id}/{tipo}', 'ParticipanteController@alterarBolsa' )->name('bolsa.alterar');
Route::post( '/bolsas/alteracao', 'ParticipanteController@alterarBolsa' )->name('bolsa.alterar');
//########## Relatórios
Route::get( '/projeto/planosTrabalho/{id}', 'ArquivoController@listar' )->name('planos.listar');
......
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