gitlab-org--gitlab-foss/app/views/doorkeeper/authorizations/error.html.haml
Tao Wang 926ba6e5fa
i18n: externalize strings from 'app/views/doorkeeper'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-13 11:48:37 +10:00

3 lines
126 B
Text

%h3.page-title= _("An error has occurred")
%main{ :role => "main" }
%pre= @pre_auth.error_response.body[:error_description]