blob: 83a026ed44cd05f0a98887188d8958e18a78b279 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[define show_code_of_conduct]False[end]
2[is cue "privacy_click_through"][define show_code_of_conduct]True[end][end]
3[is cue "code_of_conduct"][define show_code_of_conduct]True[end][end]
4
5[define code_of_conduct_url]https://chromium.googlesource.com/chromium/src/+/main/CODE_OF_CONDUCT.md[end]
6[is projectname "fuchsia"]
7 [define code_of_conduct_url]https://fuchsia.dev/fuchsia-src/CODE_OF_CONDUCT[end]
8[end]
9
10[is show_code_of_conduct "True"]
11 <table border="0" cellspacing="0" cellpadding="0" class="cue" style="margin: 2px">
12 <tr><td><span>
13 Please keep discussions respectful and constructive.
14 See our <a href="[code_of_conduct_url]" target="_blank">code of conduct</a>.
15 <a href="#" title="Don't show this message again" style="margin-left: 1em" class="dismiss_cue x_icon"></a>
16 </span></td></tr>
17 </table>
18[end]