add copyright link to bare /report page
This commit is contained in:
parent
7223956f01
commit
0f289202bc
|
@ -13,9 +13,16 @@ module.exports = function(state, emit) {
|
||||||
<section
|
<section
|
||||||
class="flex flex-col items-center justify-center h-full w-full p-6 md:p-8 overflow-hidden md:rounded-xl md:shadow-big"
|
class="flex flex-col items-center justify-center h-full w-full p-6 md:p-8 overflow-hidden md:rounded-xl md:shadow-big"
|
||||||
>
|
>
|
||||||
<p class="mb-4 leading-normal">
|
<p class="text-xl text-center mb-4 leading-normal">
|
||||||
${state.translate('reportUnknownDescription')}
|
${state.translate('reportUnknownDescription')}
|
||||||
</p>
|
</p>
|
||||||
|
<p class="text-center">
|
||||||
|
${raw(
|
||||||
|
replaceLinks(state.translate('reportReasonCopyright'), [
|
||||||
|
'https://www.mozilla.org/about/legal/report-infringement/'
|
||||||
|
])
|
||||||
|
)}
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue