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
1e367357
Commit
1e367357
authored
Jun 29, 2020
by
Gabriel-31415
Browse files
botao voltar proponente
parent
896764d2
Changes
4
Show whitespace changes
Inline
Side-by-side
database/seeds/ProponenteSeeder.php
View file @
1e367357
...
...
@@ -12,10 +12,10 @@ class ProponenteSeeder extends Seeder
*/
public
function
run
()
{
$user_id
=
DB
::
table
(
'users'
)
->
where
(
'name'
,
'Proponente'
)
->
select
(
'id'
);
$user_id
=
DB
::
table
(
'users'
)
->
where
(
'name'
,
'Proponente'
)
->
pluck
(
'id'
);
DB
::
table
(
'proponentes'
)
->
insert
([
'user_id'
=>
'4'
,
'user_id'
=>
$user_id
[
0
]
,
'SIAPE'
=>
'123123123'
,
'cargo'
=>
'123123123'
,
'vinculo'
=>
'123123123'
,
...
...
resources/views/proponente/editais.blade.php
View file @
1e367357
...
...
@@ -6,9 +6,12 @@
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-1
2
"
>
<
div
class
=
"col-sm-1
1
"
>
<
h3
>
Editais
</
h3
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('home') }}"
class
=
"btn btn-primary"
>
Voltar
</
a
>
</
div
>
</
div
>
</
div
>
...
...
resources/views/proponente/projetos.blade.php
View file @
1e367357
...
...
@@ -13,9 +13,12 @@
@
endif
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-1
2
"
>
<
div
class
=
"col-sm-1
1
"
>
<
h3
>
Meus
Projetos
</
h3
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('home') }}"
class
=
"btn btn-primary"
>
Voltar
</
a
>
</
div
>
</
div
>
</
div
>
<
hr
>
...
...
resources/views/proponente/projetosEdital.blade.php
View file @
1e367357
...
...
@@ -25,7 +25,10 @@
<
h3
>
Projetos
do
edital
{{
$edital
->
nome
}}
</
h3
>
<
h6
style
=
"color: rgb(4, 78, 4);"
>
Submissão
irá
até
o
dia
{{
date
(
'd-m-Y'
,
strtotime
(
$edital
->
fimSubmissao
))
}}
</
h6
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('home') }}"
class
=
"btn btn-primary"
>
Voltar
</
a
>
</
div
>
<
div
class
=
"col"
>
<
a
href
=
"{{ route('trabalho.index', ['id' =>
$edital->id
] )}}"
class
=
"btn btn-primary"
style
=
"position:relative; float: right;"
>
Criar
projeto
</
a
>
</
div
>
</
div
>
...
...
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