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
34c52dfb
Commit
34c52dfb
authored
Apr 20, 2022
by
Guilherme Silva
Browse files
Merge branch 'master' of
https://github.com/GuilhermeGz/submeta
parents
7081d13f
10d423ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
34c52dfb
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div
class=
"col-md-9"
>
<div
class=
"col-md-9"
>
<br>
<br>
<input
class=
"form-control @error('pontuacaoPlanilha') is-invalid @enderror"
type=
"number"
min=
"0"
step=
".01"
name=
"pontuacaoPlanilha"
<input
class=
"form-control @error('pontuacaoPlanilha') is-invalid @enderror"
type=
"number"
min=
"0"
step=
".01"
name=
"pontuacaoPlanilha"
value=
""
>
value=
""
style=
"width: 100px"
>
@error('pontuacaoPlanilha')
@error('pontuacaoPlanilha')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<strong>
{{ $message }}
</strong>
<strong>
{{ $message }}
</strong>
...
...
resources/views/planosTrabalho/listar.blade.php
View file @
34c52dfb
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
=
"container"
>
<
div
class
=
"container"
>
@
if
(
session
(
'sucesso'
))
@
if
(
session
(
'sucesso'
))
<
div
class
=
"alert alert-success"
role
=
"alert"
>
<
div
class
=
"alert alert-success"
role
=
"alert"
>
{{
session
(
'sucesso'
)
}}
{{
session
(
'sucesso'
)
}}
...
@@ -17,7 +18,7 @@
...
@@ -17,7 +18,7 @@
<
thead
>
<
thead
>
<
tr
>
<
tr
>
<
th
scope
=
"col"
style
=
"width:
2
00px; text-align: center;"
>
Título
</
th
>
<
th
scope
=
"col"
style
=
"width:
4
00px; text-align: center;"
>
Título
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Discente
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Discente
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Relatório
Parcial
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Relatório
Parcial
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Relatório
Final
</
th
>
<
th
scope
=
"col"
style
=
"width:200px; text-align: center;"
>
Relatório
Final
</
th
>
...
@@ -193,7 +194,12 @@
...
@@ -193,7 +194,12 @@
@
endforeach
@
endforeach
</
table
>
</
table
>
<
div
style
=
"margin-top:10px"
>
<
a
class
=
"btn btn-primary"
href
=
"{{ url()->previous() }}"
>
Cancelar
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
<
style
>
<
style
>
...
...
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