overleaf-cep/services/web/app/views/user/restricted.pug
Tim Down 19dc71f414 Merge pull request #26456 from overleaf/td-limit-browser-translate-non-react-icons
Prevent browser translation of icons in Pug pages

GitOrigin-RevId: 97e4d3ba70a4c95bed2c9f52e66038911625613d
2025-06-23 08:05:06 +00:00

14 lines
361 B
Text

extends ../layout-marketing
include ../_mixins/material_symbol
block content
main.content#main-content
.container
.row
.col-md-8.offset-md-2.text-center
.page-header
h1 #{translate("restricted_no_permission")}
p
a.inline-material-symbols(href="/")
+material-symbol("arrow_left_alt")
| #{translate("take_me_home")}