From 8458817fd381a7bafbc1543e347e03cd4efd17ef Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 24 May 2018 14:06:23 +0900 Subject: [PATCH] Adjust button position Signed-off-by: Kenji Okimoto --- 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 1da249e..aba14fa 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -1,5 +1,5 @@ - page_title t('.page_title') do - - link_to misc_download_info_path, class: "btn btn-primary float-right" do + - link_to misc_download_info_path, class: "btn btn-primary float-right mt-3" do = icon('fa-download') = t('.download_system_information')