Remove empty strings (#5732)
This commit is contained in:
parent
3e90987c8b
commit
9dd5e329ab
13 changed files with 48 additions and 48 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
= simple_form_for @application, url: settings_applications_path do |f|
|
||||
= render 'fields', f: f
|
||||
|
||||
|
||||
.actions
|
||||
= f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
= simple_form_for @application, url: settings_application_path(@application), method: :put do |f|
|
||||
= render 'fields', f: f
|
||||
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue