File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 90
90
font-weight : 700 ;
91
91
}
92
92
93
+ /* form text privacy */
94
+ .form-text-privacy {
95
+ background-color : var (--base-colorDark );
96
+ border-radius : 5px ;
97
+ font-size : 14px ;
98
+ padding : 6px ;
99
+ text-align : center;
100
+ }
101
+
93
102
/* * Form input[type="text"], textarea (text-field) */
94
103
95
104
.text-field {
Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ <h1 class="headline-1">Report Site Issue</h1>
145
145
{% if session.username %}Report as {{ session.username }}{% else %}Report via GitHub{% endif %}
146
146
</ button >
147
147
</ div >
148
+ < div class ="form-text-privacy ">
149
+ All information included in this report will be publicly visible.
150
+ < a href ="https://webcompat.com/privacy "> Learn More</ a >
151
+ </ div >
148
152
< div class ="is-hidden " aria-hidden ="true ">
149
153
< div class ="form-text form-element js-Form-group ">
150
154
{{ form.username.label(class_='form-label') }}
You can’t perform that action at this time.
0 commit comments