Skip to content

Commit

Permalink
Hints for course description and variant on the course form
Browse files Browse the repository at this point in the history
  • Loading branch information
mpugach committed Mar 6, 2023
1 parent 646d2b6 commit 39f4ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/courses/_form.html.haml
Expand Up @@ -7,8 +7,8 @@

.form-inputs
= f.input :title
= f.input :description
= f.input :variant
= f.input :description, hint: t('courses.show.course_description_help')
= f.input :variant, hint: t('courses.show.course_variant_help')
= f.association :teacher_profiles, label_method: :complex_name, collection: f.object.teacher_profiles,
input_html: { data: { placeholder: 'Select an option', 'ajax--url': ui_teacher_profiles_path } }

Expand Down

0 comments on commit 39f4ae9

Please sign in to comment.