mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
e1c6f3aad2
Fix malformed HTML (e.g. unmatched closing tags) as well as other issues
identified as "parse errors" when running:
herb analyze .
https://community.openproject.org/work_packages/70148
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
<div class="op-toast -error">
|
|
<div class="op-toast--content">
|
|
<p>
|
|
<strong><%= t("oauth.authorization_error") %></strong>
|
|
<br>
|
|
<%= @pre_auth.error_response.body[:error_description] %>
|
|
</p>
|
|
</div>
|
|
</div>
|