about summary refs log tree commit diff
path: root/app/views/settings/applications/show.html.haml
diff options
context:
space:
mode:
authorysksn <bluewhale1982@gmail.com>2017-11-17 10:52:30 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2017-11-17 10:52:30 +0900
commit9dd5e329ab5edab705c5622bc97f93bd5c50976b (patch)
tree4b84681131e58107ffeebac9412f7577f93fbaf1 /app/views/settings/applications/show.html.haml
parent3e90987c8b0c620b6fc104350b8eb16d17d7e80a (diff)
Remove empty strings (#5732)
Diffstat (limited to 'app/views/settings/applications/show.html.haml')
-rw-r--r--app/views/settings/applications/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/applications/show.html.haml b/app/views/settings/applications/show.html.haml
index 12baed088..390682d6f 100644
--- a/app/views/settings/applications/show.html.haml
+++ b/app/views/settings/applications/show.html.haml
@@ -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