mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 16:11:41 +00:00
Merge branch 'issue-9359' into 'rails'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: enviar el período como parámetros del formulario #9359 See merge request sutty/sutty!115
This commit is contained in:
commit
aaa4608cf7
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
%p.lead= t('.urls.description')
|
||||
%form{ method: 'get', action: '#custom-urls' }
|
||||
%input{ type: 'hidden', name: 'interval', value: @interval }
|
||||
%input{ type: 'hidden', name: 'period_start', value: params[:period_start] }
|
||||
%input{ type: 'hidden', name: 'period_end', value: params[:period_end] }
|
||||
.form-group
|
||||
%label{ for: 'urls' }= t('.urls.label')
|
||||
%textarea#urls.form-control{ name: 'urls', autocomplete: 'on', required: true, rows: @normalized_urls.size + 1, aria_describedby: 'help-urls' }= @normalized_urls.join("\n")
|
||||
|
|
Loading…
Reference in a new issue