Precompiled assets
This commit is contained in:
parent
e354769467
commit
b2d92fc710
@ -64,9 +64,9 @@
|
||||
.field.contact{ title: t('.contact_helper') }
|
||||
= f.label :contact
|
||||
= f.email_field :contact
|
||||
.field.submitter{ title: t('.submitter_helper') }
|
||||
.field.submitter.required{ title: t('.submitter_helper') }
|
||||
= f.label :submitter
|
||||
= f.email_field :submitter
|
||||
= f.email_field :submitter, required: true
|
||||
|
||||
.field.tags{ title: t('.tags_helper') }
|
||||
= f.label :tags, for: 'event_tag_list_tag'
|
||||
|
Loading…
Reference in New Issue
Block a user