From 844d867a5299ebb8d78466770f8eeecee15c0f67 Mon Sep 17 00:00:00 2001 From: uu59 Date: Thu, 6 Nov 2014 14:04:38 +0900 Subject: [PATCH] Fix routes --- app/views/misc/information.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/misc/information.html.haml b/app/views/misc/information.html.haml index 8055a64..b7ae2bb 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -8,7 +8,7 @@ .row .col-xs-12 %p - = link_to misc_update_daemon_ui_path, class: "btn btn-primary btn-lg", method: :post do + = link_to misc_update_fluentd_ui_path, class: "btn btn-primary btn-lg", method: :post do = t('.update_fluentd_ui', version: FluentdUI.latest_version, title: fluentd_ui_title) = t('.update_fluentd_ui_caution', brand: fluentd_ui_brand)