-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,13 @@ | |
h1.auth-form__title | ||
= title | ||
.auth-form__body | ||
.auth-form__description | ||
p | ||
| 法人研修でご利用の方は | ||
= link_to 'こちら', new_inquiry_path, class: 'auth-form__description-link' | ||
| からお問い合わせください。 | ||
.form-item | ||
.form-notice | ||
p | ||
| 法人研修でのご利用については、 | ||
= link_to new_inquiry_path do | ||
| こちらのお問い合わせフォーム | ||
| からご連絡ください。 | ||
- if [email protected]? && Campaign.today_campaign? | ||
= render 'checked_campaign' | ||
= render 'form', from: :new, url: users_path, user: @user | ||
|