|
1 | 1 | {% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %} |
2 | | -<form class="js-helpfulness f5"> |
| 2 | +<form class="js-survey f5"> |
3 | 3 | <h2 |
4 | 4 | data-help-start |
5 | 5 | data-help-yes |
6 | 6 | data-help-no |
7 | 7 | class="mb-1 f4" |
8 | 8 | > |
9 | | - {% data ui.helpfulness.able_to_find %} |
| 9 | + {% data ui.survey.able_to_find %} |
10 | 10 | </h2> |
11 | 11 | <p class="f6"> |
12 | 12 | <a href="/github/site-policy/github-privacy-statement">Privacy policy</a> |
|
19 | 19 | > |
20 | 20 | <input |
21 | 21 | hidden |
22 | | - id="helpfulness-yes" |
| 22 | + id="survey-yes" |
23 | 23 | type="radio" |
24 | | - name="helpfulness-vote" |
| 24 | + name="survey-vote" |
25 | 25 | value="Yes" |
26 | | - aria-label="{% data ui.helpfulness.yes %}" |
| 26 | + aria-label="{% data ui.survey.yes %}" |
27 | 27 | /> |
28 | | - <label class="btn x-radio-label" for="helpfulness-yes"> |
| 28 | + <label class="btn x-radio-label" for="survey-yes"> |
29 | 29 | {% octicon "thumbsup" height="24" %} |
30 | 30 | </label> |
31 | 31 | <input |
32 | 32 | hidden |
33 | | - id="helpfulness-no" |
| 33 | + id="survey-no" |
34 | 34 | type="radio" |
35 | | - name="helpfulness-vote" |
| 35 | + name="survey-vote" |
36 | 36 | value="No" |
37 | | - aria-label="{% data ui.helpfulness.no %}" |
| 37 | + aria-label="{% data ui.survey.no %}" |
38 | 38 | /> |
39 | | - <label class="btn x-radio-label" for="helpfulness-no"> |
| 39 | + <label class="btn x-radio-label" for="survey-no"> |
40 | 40 | {% octicon "thumbsdown" height="24" %} |
41 | 41 | </label> |
42 | 42 | </p> |
43 | 43 | <p class="color-text-secondary f6" hidden data-help-yes> |
44 | | - {% data ui.helpfulness.yes_feedback %} |
| 44 | + {% data ui.survey.yes_feedback %} |
45 | 45 | </p> |
46 | 46 | <p class="color-text-secondary f6" hidden data-help-no> |
47 | | - {% data ui.helpfulness.no_feedback %} |
| 47 | + {% data ui.survey.no_feedback %} |
48 | 48 | </p> |
49 | 49 | <input |
50 | 50 | type="text" |
51 | 51 | class="d-none" |
52 | | - name="helpfulness-token" |
| 52 | + name="survey-token" |
53 | 53 | aria-hidden="true" |
54 | 54 | /> |
55 | 55 | <p hidden data-help-no> |
56 | 56 | <label |
57 | 57 | class="d-block mb-1 f6" |
58 | | - for="helpfulness-comment" |
| 58 | + for="survey-comment" |
59 | 59 | > |
60 | | - <span>{% data ui.helpfulness.comment_label %}</span> |
| 60 | + <span>{% data ui.survey.comment_label %}</span> |
61 | 61 | <span class="text-normal color-text-tertiary float-right ml-1"> |
62 | | - {% data ui.helpfulness.optional %} |
| 62 | + {% data ui.survey.optional %} |
63 | 63 | </span> |
64 | 64 | </label> |
65 | 65 | <textarea |
66 | 66 | class="form-control input-sm width-full" |
67 | | - name="helpfulness-comment" |
68 | | - id="helpfulness-comment" |
| 67 | + name="survey-comment" |
| 68 | + id="survey-comment" |
69 | 69 | ></textarea> |
70 | 70 | </p> |
71 | 71 | <p> |
72 | 72 | <label |
73 | 73 | class="d-block mb-1 f6" |
74 | | - for="helpfulness-email" |
| 74 | + for="survey-email" |
75 | 75 | hidden |
76 | 76 | data-help-no |
77 | 77 | > |
78 | | - {% data ui.helpfulness.email_label %} |
| 78 | + {% data ui.survey.email_label %} |
79 | 79 | <span class="text-normal color-text-tertiary float-right ml-1"> |
80 | | - {% data ui.helpfulness.optional %} |
| 80 | + {% data ui.survey.optional %} |
81 | 81 | </span> |
82 | 82 | </label> |
83 | 83 | <input |
84 | 84 | type="email" |
85 | 85 | class="form-control input-sm width-full" |
86 | | - name="helpfulness-email" |
87 | | - id="helpfulness-email" |
88 | | - placeholder="{% data ui.helpfulness.email_placeholder %}" |
| 86 | + name="survey-email" |
| 87 | + id="survey-email" |
| 88 | + placeholder="{% data ui.survey.email_placeholder %}" |
89 | 89 | hidden |
90 | 90 | data-help-yes |
91 | 91 | data-help-no |
|
98 | 98 | data-help-no |
99 | 99 | > |
100 | 100 | <button type="submit" class="btn btn-sm"> |
101 | | - {% data ui.helpfulness.send %} |
| 101 | + {% data ui.survey.send %} |
102 | 102 | </button> |
103 | 103 | </p> |
104 | 104 | <p class="color-text-secondary f6" hidden data-help-end> |
105 | | - {% data ui.helpfulness.feedback %} |
| 105 | + {% data ui.survey.feedback %} |
106 | 106 | </p> |
107 | 107 | </form> |
108 | 108 | {% endunless %} |
0 commit comments