From b8d4a42e7e355d4b24f346f84e0899a7430e9819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B3=A5=E4=BA=95=20=E9=9B=AA?= Date: Wed, 4 Feb 2015 15:34:15 +0900 Subject: [PATCH] Cosme --- app/views/fluentd/settings/histories/show.html.haml | 2 +- app/views/fluentd/settings/running_backup/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/fluentd/settings/histories/show.html.haml b/app/views/fluentd/settings/histories/show.html.haml index 7ad912e..1d4e924 100644 --- a/app/views/fluentd/settings/histories/show.html.haml +++ b/app/views/fluentd/settings/histories/show.html.haml @@ -26,6 +26,6 @@ Diff: %div = t(".diff_description", file_name: params[:id] ) - %div.pull-right + .pull-right = link_to t(".show_current"), daemon_setting_path(@fluentd) = preserve render "/shared/settings/diff" diff --git a/app/views/fluentd/settings/running_backup/show.html.haml b/app/views/fluentd/settings/running_backup/show.html.haml index 7b8d5f5..5e28212 100644 --- a/app/views/fluentd/settings/running_backup/show.html.haml +++ b/app/views/fluentd/settings/running_backup/show.html.haml @@ -26,6 +26,6 @@ Diff: %div = t(".diff_description") - %div.pull-right + .pull-right = link_to t(".show_current"), daemon_setting_path(@fluentd) = preserve render "/shared/settings/diff"