From 571b02efc9442e73538c3438eb593a83d7807779 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 8 May 2023 12:13:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/jira_connect/users/show.html.haml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app/views/jira_connect/users/show.html.haml (limited to 'app/views/jira_connect') diff --git a/app/views/jira_connect/users/show.html.haml b/app/views/jira_connect/users/show.html.haml deleted file mode 100644 index 5db6cb44ff6..00000000000 --- a/app/views/jira_connect/users/show.html.haml +++ /dev/null @@ -1,21 +0,0 @@ -.gl-text-center.gl-mx-auto.gl-pt-6 - %h3.gl-mb-4 - = _('You are signed in to GitLab as:') - - .gl-display-flex.gl-flex-direction-column.gl-align-items-center.gl-mb-4 - = link_to user_path(current_user), target: '_blank', rel: 'noopener noreferrer' do - = user_avatar_without_link(user: current_user, size: 60, css_class: 'gl-mr-0! gl-mb-2', has_tooltip: false) - = link_to current_user.to_reference, user_path(current_user), target: '_blank', rel: 'noopener noreferrer' - - %p.gl-mb-6 - = s_('JiraService|You can now close this window and%{br}return to the GitLab for Jira application.').html_safe % { br: '
'.html_safe } - - - if @jira_app_link - %p - = render Pajamas::ButtonComponent.new(href: @jira_app_link, variant: :confirm) do - = s_('Integrations|Return to GitLab for Jira') - - - %p= link_to _('Sign out'), destroy_user_session_path, method: :post - -- add_page_specific_style 'page_bundles/jira_connect_users' -- cgit v1.2.3