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
efb500f4
"...naturezas/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "896764d2a02b170598f36274b0d6fb6f1568c46a"
Commit
efb500f4
authored
Jun 24, 2020
by
carlos
Browse files
projetos somente submetidos
parent
2422ae26
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
efb500f4
...
...
@@ -30,6 +30,7 @@
</
thead
>
<
tbody
>
@
foreach
(
$projetos
as
$projeto
)
@
if
(
$projeto
->
status
!=
'Rascunho'
)
<
tr
>
<
td
>
{{
$projeto
->
titulo
}}
...
...
@@ -71,6 +72,7 @@
</
div
>
</
td
>
</
tr
>
@
endif
<!--
Modal
-->
<
div
class
=
"modal fade"
id
=
"modal
{
{$projeto->id}
}
"
tabindex
=
"-1"
role
=
"dialog"
aria
-
labelledby
=
"exampleModalLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal-dialog"
>
...
...
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