debian-mirror-gitlab/app/views/jira_connect/users/show.html.haml

13 lines
637 B
Text
Raw Normal View History

2021-01-03 14:25:43 +05:30
.jira-connect-users-container.gl-text-center
- user_link = link_to(current_user.to_reference, user_path(current_user), target: '_blank', rel: 'noopener noreferrer')
2021-04-29 21:17:54 +05:30
%h2= _('You are signed in to GitLab as %{user_link}').html_safe % { user_link: user_link }
2021-01-03 14:25:43 +05:30
%p= s_('Integrations|You can now close this window and return to the GitLab for Jira application.')
- if @jira_app_link
2021-04-29 21:17:54 +05:30
%p= external_link s_('Integrations|Return to GitLab for Jira'), @jira_app_link, class: 'gl-button btn btn-confirm'
2021-01-03 14:25:43 +05:30
%p= link_to _('Sign out'), destroy_user_session_path, method: :post
- add_page_specific_style 'page_bundles/jira_connect_users'