Merge pull request #7464 from adullact/7463_fix_footer_remove_unwanted_character

FIX: remove an unwanted character in footer
This commit is contained in:
LeSim 2022-06-17 10:43:08 +02:00 committed by GitHub
commit 9640461464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,4 +48,3 @@
= link_to t("links.footer.status_page.label"), t("links.footer.status_page.url"), title: t("links.footer.status_page.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
%li.footer-link
= link_to t("links.footer.security.label"), t("links.footer.security.url"), title: t("links.footer.security.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
}