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"