|
Fixed issue with link to the terms page in the 'I accept the terms and conditions' link in the sign up section. The link is a part of the locale file, so created a variable called current_locale
|
|---|
|
|
| app/views/shared/_register_form.html.erb |
|---|
| config/locales/de.yml |
|---|
| config/locales/en-UK.yml |
|---|
| config/locales/en-US.yml |
|---|
| config/locales/fr.yml |
|---|