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
1d026cc9
"database/seeders/DatabaseSeeder.php" did not exist on "646959768eb5d1983af24923ebb79528fa745042"
Commit
1d026cc9
authored
Jun 23, 2021
by
José Rômulo
Browse files
Adicionando overflow em tabela de propostas
parent
dab4dd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/proponente/projetos.blade.php
View file @
1d026cc9
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
scope
=
"col"
>
Edital
</
th
>
<
th
scope
=
"col"
>
Edital
</
th
>
<
th
scope
=
"col"
style
=
"width:100%"
>
Projeto
</
th
>
<
th
scope
=
"col"
style
=
"width:
100%
;
"
>
Projeto
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Data
de
Criação
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Data
de
Criação
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Status
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Status
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<
td
>
<
td
>
{{
$projeto
->
evento
->
nome
}}
{{
$projeto
->
evento
->
nome
}}
</
td
>
</
td
>
<
td
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$projeto
->
titulo
}}
{{
$projeto
->
titulo
}}
</
td
>
</
td
>
<
td
style
=
"text-align: center"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$projeto
->
updated_at
))
}}
</
td
>
<
td
style
=
"text-align: center"
>
{{
date
(
'd-m-Y'
,
strtotime
(
$projeto
->
updated_at
))
}}
</
td
>
...
...
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