Skip to content
Snippets Groups Projects
Commit 73d6633b authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'sh-fix-oauth-link-to-message' into 'master'

Fix broken text in OAuth authorization screen

See merge request gitlab-org/gitlab-ce!21080
parents 42713252 03483098
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -4,7 +4,7 @@
.modal-header
%h3.page-title
- link_to_client = link_to(@pre_auth.client.name, @pre_auth.redirect_uri, target: '_blank', rel: 'noopener noreferrer')
= _("Authorize %{link_to_client} to use your account?")
= _("Authorize %{link_to_client} to use your account?").html_safe % { link_to_client: link_to_client }
 
.modal-body
- if current_user.admin?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment