From c4d2358d700f6fdc5528564ad98132b1dbe93faf Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Wed, 3 Jul 2024 12:39:17 +0300 Subject: [PATCH 1/2] decrease space between confirmation and send code buttons --- app/views/phone_confirmations/_form.html.erb | 2 +- app/views/phone_confirmations/new.html.erb | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/views/phone_confirmations/_form.html.erb b/app/views/phone_confirmations/_form.html.erb index 8b3efe1e2..27f96d3c5 100644 --- a/app/views/phone_confirmations/_form.html.erb +++ b/app/views/phone_confirmations/_form.html.erb @@ -7,7 +7,7 @@ <%= component 'common/form/text_field', form: f, attribute: :confirmation_code %> -
+ <% end %> diff --git a/app/views/phone_confirmations/new.html.erb b/app/views/phone_confirmations/new.html.erb index 8ca134f63..11a8f048c 100644 --- a/app/views/phone_confirmations/new.html.erb +++ b/app/views/phone_confirmations/new.html.erb @@ -1,3 +1,11 @@ + + <% content_for :title, t('.title') %>
@@ -16,7 +24,7 @@ <%= render 'form', phone_confirmation: @phone_confirmation, url: user_phone_confirmations_path %>
-