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
f0cc9263
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "095f8312cfa00a14d4b40cac543ec4792359b8ac"
Commit
f0cc9263
authored
Jun 18, 2021
by
José Rômulo
Browse files
Altera rotas na view de coordenador
parent
83d69ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/coordenadorComissao/editais.blade.php
View file @
f0cc9263
...
@@ -24,22 +24,22 @@
...
@@ -24,22 +24,22 @@
@
foreach
(
$eventos
as
$evento
)
@
foreach
(
$eventos
as
$evento
)
<
tr
>
<
tr
>
<
td
>
<
td
>
<
a
href
=
"{{ route('
coordenador.detalhesEdital',['evento_
id'=>
$evento->id
]) }}"
class
=
"visualizarEvento"
>
<
a
href
=
"{{ route('
evento.visualizar',['
id'=>
$evento->id
]) }}"
class
=
"visualizarEvento"
>
{{
$evento
->
nome
}}
{{
$evento
->
nome
}}
</
a
>
</
a
>
</
td
>
</
td
>
<
td
>
10
/
05
/
2020
</
td
>
<
td
>
{{
date
(
'd/m/Y'
,
strtotime
(
$evento
->
created_at
))
}}
</
td
>
<
td
>
<
td
>
<
div
class
=
"btn-group dropright dropdown-options"
>
<
div
class
=
"btn-group dropright dropdown-options"
>
<
a
id
=
"options"
class
=
"dropdown-toggle "
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
a
id
=
"options"
class
=
"dropdown-toggle "
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
img
src
=
"
{
{asset('img/icons/ellipsis-v-solid.svg')}
}
"
style
=
"width:8px"
>
<
img
src
=
"
{
{asset('img/icons/ellipsis-v-solid.svg')}
}
"
style
=
"width:8px"
>
</
a
>
</
a
>
<
div
class
=
"dropdown-menu"
>
<
div
class
=
"dropdown-menu"
>
<
a
href
=
"{{ route('
coord.detalhesEvento
',
['
eventoI
d'
=>
$evento->id
]) }}"
class
=
"dropdown-item"
>
<
a
href
=
"{{
route('
evento.visualizar
',['
i
d'=>
$evento->id
])
}}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/eye-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/eye-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Detalhes
Detalhes
</
a
>
</
a
>
<
a
href
=
"
{
{route('evento.editar',$evento->id
)
}
}
"
class
=
"dropdown-item"
>
<
a
href
=
"{{
route('evento.editar',
['id' =>
$evento->id
])
}}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/edit-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/edit-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Editar
Editar
</
a
>
</
a
>
...
...
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