Files
overleaf-cep/services/web/app/views/general/404.pug
Rebeka Dekany b4bfff1b67 Improve Server Pro tests to use semantic selectors (#29790)
* Replace placeholders with labels

* Add 'Close dialog' label to modal close button to distinguish from footer Close button

* Add and translate heading on the not found page

* Update textarea to have id matching label's for attribute
Simplify test for template description textarea

* Label PDF zoom level dropdown button

* Improve test selectors to use semantic roles and accessible names

GitOrigin-RevId: d215ddca30ddf844cfffbcf0e528a601b134d772
2025-11-25 09:05:48 +00:00

12 lines
291 B
Plaintext

extends ../layout-marketing
block content
main#main-content.content.content-alt
.container
.error-container
.error-details
h1.error-status #{translate("not_found")}
p.error-description #{translate("cant_find_page")}
p.error-actions
a.error-btn(href='/') Home