You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
184 B
11 lines
184 B
- banner_title 'Login'
|
|
|
|
.row
|
|
.columns.medium-6
|
|
= render 'form'
|
|
.columns.medium-6
|
|
%h2
|
|
Create an Account
|
|
%p
|
|
#{_ 'user.why_register', 'paragraph'}
|
|
= render '/users/form'
|
|
|