gitlab-ce/app/views/errors/encoding.html.haml

9 lines
252 B
Plaintext

- content_for(:title, 'Encoding Error')
.error-container
= image_tag('illustrations/error/error-500-lg.svg', alt: '500', lazy: false)
%h1
= s_('500|500: Encoding error')
%p
= s_("500|Page cannot be loaded because of an encoding error.")