mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
* 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
12 lines
291 B
Plaintext
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
|