Skip to content

Commit 9a31e33

Browse files
feat(signup page): fix code
1 parent 8a14856 commit 9a31e33

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

app/views/devise/registrations/new.html.slim

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
figure.image.is-24x24
1313
= image_tag('google.svg', class:'is-rounded', alt: 'G')
1414
|   Google
15-
/= link_to "#", method: :post, class: 'button has-fixed-width is-outlined is-budgeting-kid-hoverable' do
16-
span
17-
figure.image.is-24x24
18-
= image_tag('facebook.svg', class:'is-rounded', alt: 'G')
19-
|   Facebook
2015
br
2116
p.text-divider
2217
| Or continue with
@@ -52,4 +47,4 @@
5247
= link_to 'Login now', new_user_session_path, class: 'has-text-weight-bold has-text-budgeting-kid-color'
5348
.for-desktop.column.has-background-image.is-flex.is-justify-content-center.is-align-items-center
5449
figure.image.is-coins
55-
= image_tag('coins.svg')
50+
= image_tag('coins.svg')

app/views/devise/sessions/new.html.slim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
figure.image.is-24x24
1313
= image_tag('google.svg', class:'is-rounded', alt: 'G')
1414
|   Google
15-
/= link_to "#", method: :post, class: 'button has-fixed-width is-outlined is-budgeting-kid-hoverable' do
16-
span
17-
figure.image.is-24x24
18-
= image_tag('facebook.svg', class:'is-rounded', alt: 'G')
19-
|   Facebook
2015
br
2116
p.text-divider
2217
| Or continue with

0 commit comments

Comments
 (0)