support: add nudge to send a screenshot
This commit is contained in:
parent
6c350befd5
commit
27c5d01fa4
2 changed files with 10 additions and 1 deletions
|
@ -8,4 +8,8 @@ $contact-padding: $default-space * 2;
|
||||||
.description {
|
.description {
|
||||||
padding-bottom: $contact-padding;
|
padding-bottom: $contact-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,12 @@
|
||||||
= text_area_tag :text, params[:text], rows: 6, required: true
|
= text_area_tag :text, params[:text], rows: 6, required: true
|
||||||
|
|
||||||
.contact-champ
|
.contact-champ
|
||||||
= label_tag :text, 'Pièce jointe'
|
= label_tag :text do
|
||||||
|
Pièce jointe
|
||||||
|
.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } }
|
||||||
|
Une capture d’écran peut nous aider à identifier plus facilement l’endroit à améliorer.
|
||||||
|
.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
|
||||||
|
Une capture d’écran peut nous aider à identifier plus facilement le problème.
|
||||||
= file_field_tag :file
|
= file_field_tag :file
|
||||||
|
|
||||||
= hidden_field_tag :tags, @tags&.join(',')
|
= hidden_field_tag :tags, @tags&.join(',')
|
||||||
|
|
Loading…
Reference in a new issue