Removed extra sign up button on registrations page

• Removed:
- extra sign up button on registrations page
This commit is contained in:
mgabdev 2021-01-26 15:21:11 -05:00
parent a3ef16bc8c
commit e9cc73857b
1 changed files with 2 additions and 4 deletions

View File

@ -6,10 +6,8 @@
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
%div{style: "display:flex;flex-direction:row;height:36px;width:100%;align-items:center;margin-bottom:15px;"}
%h2.form-title{style: "padding:0;margin:0;"} Sign up for Gab
%div{style: "display:flex;width:90px;height:36px;margin-left:auto;margin-top:-10px;"}
= f.button :button, t('auth.register'), type: :submit, style: "height:36px;font-size:14px;"
%h2.form-title{style: "padding:0;margin:0 auto;"} Sign up for Gab
= render 'shared/error_messages', object: resource
= f.simple_fields_for :account do |ff|