mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23837 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
<h2><%= t('doorkeeper.authorizations.error.title') %></h2>
|
|
|
|
<p id="errorExplanation"><%= @pre_auth.error_response.body[:error_description] %></p>
|
|
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
|
|
|
|
<% html_title t('doorkeeper.authorizations.error.title') %>
|