Skip to content

Commit

Permalink
Merge pull request #7469 from fjordllc/feature/added-description-to-t…
Browse files Browse the repository at this point in the history
…he-create-notice-form

お知らせ作成フォームのタイトル部分に説明文を追加した
  • Loading branch information
komagata authored Mar 9, 2024
2 parents 074312a + 54e576f commit 1c54004
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/announcements/_form.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.form-item
= f.label :title, class: 'a-form-label'
= f.text_field :title, class: 'a-text-input js-warning-form', placeholder: '今週のリリース2023年12月22日'
.a-form-help
p
| お知らせの内容本文がタイトルから予想できる、具体的なタイトルを付けましょう。
br
| 悪い例: フィヨブーハウス
br
| 良い例: RubyKaigi 2024 フィヨブーハウス宿泊希望者申し込みを開始しました
.form-item
.row.js-markdown-parent
.col-md-6.col-xs-12
Expand Down

0 comments on commit 1c54004

Please sign in to comment.