11{% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %}
2- < form class ="js-helpfulness mt-4 f5 " id =" helpfulness-{{ helpId }} " >
2+ < form class ="js-helpfulness mt-4 f5 ">
33 < h4
44 data-help-start
55 data-help-yes
1919 >
2020 < input
2121 hidden
22- id ="helpfulness-yes-{{ helpId }} "
22+ id ="helpfulness-yes "
2323 type ="radio "
2424 name ="helpfulness-vote "
2525 value ="Yes "
2626 aria-label ="{% data ui.helpfulness.yes %} "
2727 />
28- < label class ="btn x-radio-label " for ="helpfulness-yes-{{ helpId }} ">
28+ < label class ="btn x-radio-label " for ="helpfulness-yes ">
2929 {% octicon "thumbsup" height="24" %}
3030 </ label >
3131 < input
3232 hidden
33- id ="helpfulness-no-{{ helpId }} "
33+ id ="helpfulness-no "
3434 type ="radio "
3535 name ="helpfulness-vote "
3636 value ="No "
3737 aria-label ="{% data ui.helpfulness.no %} "
3838 />
39- < label class ="btn x-radio-label " for ="helpfulness-no-{{ helpId }} ">
39+ < label class ="btn x-radio-label " for ="helpfulness-no ">
4040 {% octicon "thumbsdown" height="24" %}
4141 </ label >
4242 </ p >
5555 < p hidden data-help-no >
5656 < label
5757 class ="d-block mb-1 f6 "
58- for ="helpfulness-category-{{ helpId }} "
58+ for ="helpfulness-category "
5959 >
6060 {% data ui.helpfulness.category_label %}
6161 < span class ="text-normal text-gray-light float-right ml-1 ">
6565 < select
6666 class ="form-control select-sm width-full "
6767 name ="helpfulness-category "
68- id ="helpfulness-category-{{ helpId }} "
68+ id ="helpfulness-category "
6969 >
7070 < option value ="">
7171 {% data ui.helpfulness.category_default %}
8787 < p hidden data-help-no >
8888 < label
8989 class ="d-block mb-1 f6 "
90- for ="helpfulness-comment-{{ helpId }} "
90+ for ="helpfulness-comment "
9191 >
9292 < span > {% data ui.helpfulness.comment_label %}</ span >
9393 < span class ="text-normal text-gray-light float-right ml-1 ">
9797 < textarea
9898 class ="form-control input-sm width-full "
9999 name ="helpfulness-comment "
100- id ="helpfulness-comment-{{ helpId }} "
100+ id ="helpfulness-comment "
101101 > </ textarea >
102102 </ p >
103103 < p >
104104 < label
105105 class ="d-block mb-1 f6 "
106- for ="helpfulness-email-{{ helpId }} "
106+ for ="helpfulness-email "
107107 hidden
108108 data-help-no
109109 >
116116 type ="email "
117117 class ="form-control input-sm width-full "
118118 name ="helpfulness-email "
119- id ="helpfulness-email-{{ helpId }} "
119+ id ="helpfulness-email "
120120 placeholder ="{% data ui.helpfulness.email_placeholder %} "
121121 hidden
122122 data-help-yes
137137 {% data ui.helpfulness.feedback %}
138138 </ p >
139139</ form >
140- {% endunless %}
140+ {% endunless %}
0 commit comments