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
00200618
Unverified
Commit
00200618
authored
Jul 13, 2021
by
José Rômulo
Committed by
GitHub
Jul 13, 2021
Browse files
Merge branch 'lmts-ufape:master' into master
parents
7dee742b
f6de406d
Changes
3
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
00200618
...
...
@@ -1117,16 +1117,16 @@
},
{
"name": "laravel/framework",
"version": "v6.20.
29
",
"version": "v6.20.
30
",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
00fa9c04aed10d68481f5757b89da0e6798f53b3
"
"reference": "
a6402599a517b2f15f4ada6b3b20df33a5895e1e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
00fa9c04aed10d68481f5757b89da0e6798f53b3
",
"reference": "
00fa9c04aed10d68481f5757b89da0e6798f53b3
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
a6402599a517b2f15f4ada6b3b20df33a5895e1e
",
"reference": "
a6402599a517b2f15f4ada6b3b20df33a5895e1e
",
"shasum": ""
},
"require": {
...
...
@@ -1266,7 +1266,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-0
6-22T13:41:06
+00:00"
"time": "2021-0
7-06T14:06:00
+00:00"
},
{
"name": "laravel/tinker",
...
...
@@ -6400,16 +6400,16 @@
},
{
"name": "scrivo/highlight.php",
"version": "v9.18.1.
6
",
"version": "v9.18.1.
7
",
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
"reference": "
44a3d4136edb5ad8551590bf90f437db80b2d466
"
"reference": "
05996fcc61e97978d76ca7d1ac14b65e7cd26f91
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/
44a3d4136edb5ad8551590bf90f437db80b2d466
",
"reference": "
44a3d4136edb5ad8551590bf90f437db80b2d466
",
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/
05996fcc61e97978d76ca7d1ac14b65e7cd26f91
",
"reference": "
05996fcc61e97978d76ca7d1ac14b65e7cd26f91
",
"shasum": ""
},
"require": {
...
...
@@ -6472,7 +6472,7 @@
"type": "github"
}
],
"time": "202
0-12-22T19:2
0:
2
9+00:00"
"time": "202
1-07-09T00:3
0:
3
9+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
...
...
resources/views/coordenadorComissao/editais.blade.php
View file @
00200618
...
...
@@ -35,24 +35,29 @@
<
img
src
=
"
{
{asset('img/icons/ellipsis-v-solid.svg')}
}
"
style
=
"width:8px"
>
</
a
>
<
div
class
=
"dropdown-menu"
>
<
a
href
=
"{{ route('evento.visualizar',['id'=>
$evento->id
]) }}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/eye-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Detalhes
</
a
>
<
a
href
=
"{{ route('evento.editar', ['id' =>
$evento->id
]) }}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/edit-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Editar
</
a
>
<
form
method
=
"POST"
action
=
"
{
{route('evento.deletar',$evento->id)}
}
"
>
{{
csrf_field
()
}}
{{
method_field
(
'DELETE'
)
}}
<
button
type
=
"submit"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/trash-alt-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Deletar
</
button
>
<
a
href
=
"{{ route('evento.editar', ['id' =>
$evento->id
]) }}"
class
=
"dropdown-item text-center"
>
Editar
Edital
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.atribuir', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Atribuir
Avaliadores
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.pareceres', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Visualizar
Pareceres
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.analisar', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Analisar
projetos
</
a
>
<
hr
class
=
"dropdown-hr"
>
<!--
Button
trigger
modal
-->
<
button
type
=
"button"
class
=
"dropdown-item dropdown-item-delete text-center"
data
-
toggle
=
"modal"
data
-
target
=
"#exampleModal{{
$evento->id
}}"
>
<
img
src
=
"
{
{asset('img/icons/logo_lixeira.png')}
}
"
alt
=
""
>
Deletar
</
button
>
</
form
>
</
div
>
</
div
>
</
div
>
</
td
>
</
tr
>
...
...
resources/views/index.blade.php
View file @
00200618
...
...
@@ -14,7 +14,7 @@
</
p
>
</
div
>
<
br
>
<
div
class
=
"row position-text"
>
{{
--
<
div
class
=
"row position-text"
>
<
div
class
=
"alert alert-danger"
role
=
"alert"
>
<
p
>
<
strong
>
INFORME
</
strong
>
...
...
@@ -29,7 +29,7 @@
Não
serão
aceitas
propostas
submetidas
após
este
prazo
.
</
p
>
</
div
>
</
div
>
</
div
>
--
}}
</
div
>
<
br
>
<
div
class
=
"col-sm-6"
style
=
" position: relative; top: 50px; padding: 25px;"
>
...
...
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