Godwin
8 years ago
5 changed files with 18 additions and 13 deletions
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,5 @@ |
|||||
|
= columns(medium: 12) do |
||||
|
= admin_update_form do |
||||
|
= translate_textarea :group_ride_info, @this_conference, label: 'articles.conference_registration.headings.admin.edit.group_ride', help: 'articles.conference_registration.paragraphs.admin.edit.group_ride', edit_on: :focus |
||||
|
.actions.right |
||||
|
= button :save, value: :save |
@ -1,13 +0,0 @@ |
|||||
--- |
|
||||
:concurrency: 5 |
|
||||
:logfile: log/sidekiq.log |
|
||||
preview: |
|
||||
:pidfile: /home/unicorn/sidekiq_preview.pid |
|
||||
:concurrency: 15 |
|
||||
:queues: |
|
||||
- preview |
|
||||
production: |
|
||||
:pidfile: /home/unicorn/sidekiq_production.pid |
|
||||
:concurrency: 15 |
|
||||
:queues: |
|
||||
- production |
|
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
:logfile: log/sidekiq.log |
||||
|
:pidfile: /home/unicorn/sidekiq_preview.pid |
||||
|
:concurrency: 15 |
||||
|
:queues: |
||||
|
- preview |
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
:logfile: log/sidekiq.log |
||||
|
:pidfile: /home/unicorn/sidekiq_production.pid |
||||
|
:concurrency: 15 |
||||
|
:queues: |
||||
|
- production |
Loading…
Reference in new issue