Skip to content

Commit

Permalink
Merge pull request #7185 from fjordllc/chore/fix-lint-suggestion
Browse files Browse the repository at this point in the history
slim-lintの指摘点を修正
  • Loading branch information
komagata authored Jan 11, 2024
2 parents c461cb3 + 71d4afd commit 03a6511
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/welcome/training.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
.welcome-section__description
p
| まずは、
= link_to new_inquiry_path, target: 'blank', rel: 'noopener' do
= link_to new_inquiry_path, target: 'blank', rel: 'noopener' do
| お問い合わせフォーム
| より研修利用希望の旨のご連絡をお願い致します。
br
Expand All @@ -161,7 +161,6 @@
| 同時に、研修担当者、社内メンター用のサインアップもURLもお送りし、
| 貴社の研修担当者、社内メンターの方もログインができるように致します。


section.welcome-section
.container.is-md
h2.welcome-section__title.has-border
Expand Down Expand Up @@ -217,5 +216,5 @@

.welcome-actions__items
.welcome-actions__item
= link_to new_inquiry_path, class: 'a-welcome-button', target: 'blank', rel: 'noopener' do
= link_to new_inquiry_path, class: 'a-welcome-button', target: 'blank', rel: 'noopener' do
| お申し込み・お問い合わせ

0 comments on commit 03a6511

Please sign in to comment.