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
bd982f8e
Commit
bd982f8e
authored
3 years ago
by
Guilherme Silva
Browse files
Options
Download
Email Patches
Plain Diff
Criado acesso a listagem de relatórios ao analisar projetos
parent
9df5e766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/analisar.blade.php
+26
-0
resources/views/administrador/analisar.blade.php
with
26 additions
and
0 deletions
+26
-0
resources/views/administrador/analisar.blade.php
View file @
bd982f8e
...
...
@@ -218,6 +218,32 @@
</div>
@endif
@endforeach
<h5>Relatórios</h5>
<div class="
row
">
<div class="
col
-
sm
-
12
">
<div id="
relatorios
">
<div class="
row
">
<div class="
col
-
sm
-
4
">
<label for="
dt_inicioRelatorio
" class="
col
-
form
-
label
">{{ __('Inicio da Submissão:') }}</label>
<input id="
dt_inicioRelatorio
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_inicioRelatorio
" value="
{{
$evento
->
dt_inicioRelatorio
}}
" required autocomplete="
dt_inicioRelatorio
" disabled autofocus>
</div>
<div class="
col
-
sm
-
4
">
<label for="
dt_fimRelatorio
" class="
col
-
form
-
label
">{{ __('Fim da Submissão:') }}</label>
<input id="
dt_fimRelatorio
{{
$evento
->
id
}}
" type="
date
" class="
form
-
control
" name="
dt_fimRelatorio
" value="
{{
$evento
->
dt_fimRelatorio
}}
" required autocomplete="
dt_fimRelatorio
" disabled autofocus>
</div>
</div>
</div>
<div>
<br>
<a href="
{{
route
(
'planos.listar'
,
[
'id'
=>
$trabalho
->
id
])}}
" class="">
Lista de Relatórios
</a>
</div>
</div>
</div>
</div>
{{-- @endif --}}
{{-- @endforeach --}}
...
...
This diff is collapsed.
Click to expand it.
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