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
36fdbf98
Unverified
Commit
36fdbf98
authored
Apr 09, 2022
by
GuilhermeGz
Committed by
GitHub
Apr 09, 2022
Browse files
Merge pull request #195 from GuilhermeGz/master
Atualizações do sistema
parents
fc44964c
768e06e6
Changes
44
Show whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
36fdbf98
...
...
@@ -191,6 +191,9 @@
@
endif
@
endif
</
div
>
<
div
class
=
"col-md-12"
style
=
"padding-left: 20px"
>
{{
$projetos
->
links
()
}}
</
div
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
36fdbf98
...
...
@@ -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'
)
...
...
resources/views/vendor/notifications/email.blade.php
View file @
36fdbf98
...
...
@@ -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 --}}
...
...
routes/web.php
View file @
36fdbf98
...
...
@@ -149,7 +149,7 @@ Route::group(['middleware' => ['isTemp', 'auth', 'verified']], function(){
//########## Bolsas
Route
::
get
(
'/bolsas'
,
'ParticipanteController@listarParticipanteEdital'
)
->
name
(
'bolsas.listar'
);
Route
::
ge
t
(
'/bolsas/alteracao
/{id}/{tipo}
'
,
'ParticipanteController@alterarBolsa'
)
->
name
(
'bolsa.alterar'
);
Route
::
pos
t
(
'/bolsas/alteracao'
,
'ParticipanteController@alterarBolsa'
)
->
name
(
'bolsa.alterar'
);
//########## Relatórios
Route
::
get
(
'/projeto/planosTrabalho/{id}'
,
'ArquivoController@listar'
)
->
name
(
'planos.listar'
);
...
...
Prev
1
2
3
Next
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