Remove empty strings (#5732)
This commit is contained in:
committed by
Yamagishi Kazutoshi
parent
3e90987c8b
commit
9dd5e329ab
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user