diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-20 11:10:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-20 11:10:13 +0000 |
commit | 0ea3fcec397b69815975647f5e2aa5fe944a8486 (patch) | |
tree | 7979381b89d26011bcf9bdc989a40fcc2f1ed4ff /app/views/profiles/chat_names | |
parent | 72123183a20411a36d607d70b12d57c484394c8e (diff) | |
download | gitlab-ce-0ea3fcec397b69815975647f5e2aa5fe944a8486.tar.gz |
Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42
Diffstat (limited to 'app/views/profiles/chat_names')
-rw-r--r-- | app/views/profiles/chat_names/_chat_name.html.haml | 4 | ||||
-rw-r--r-- | app/views/profiles/chat_names/new.html.haml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/chat_names/_chat_name.html.haml b/app/views/profiles/chat_names/_chat_name.html.haml index 8f80c9fdc6c..0b45869bdf9 100644 --- a/app/views/profiles/chat_names/_chat_name.html.haml +++ b/app/views/profiles/chat_names/_chat_name.html.haml @@ -6,11 +6,11 @@ - if can?(current_user, :read_project, project) = link_to project.full_name, project_path(project) - else - .light= _('N/A') + .light= _('Not applicable.') %td %strong - if can?(current_user, :admin_project, project) - = link_to integration.title, edit_project_integration_path(project, integration) + = link_to integration.title, edit_project_settings_integration_path(project, integration) - else = integration.title %td diff --git a/app/views/profiles/chat_names/new.html.haml b/app/views/profiles/chat_names/new.html.haml index f008abf376d..303b8b10027 100644 --- a/app/views/profiles/chat_names/new.html.haml +++ b/app/views/profiles/chat_names/new.html.haml @@ -1,4 +1,4 @@ -%h3.page-title +%h1.page-title.gl-font-size-h-display = _("Authorization required") %main{ :role => "main" } %p.h4 |