Commit 28cfdd33 authored by Justin Ho's avatar Justin Ho

Use lonely operator to simplify code

Remove changelog
parent aff5f1f2
- pretty_name = defined?(@project) ? @project.full_name : _('<project name / alias>')
- pretty_name = @project&.full_name || _('<project name / alias>')
- run_actions_text = s_("ProjectService|Perform common operations on GitLab project: %{project_name}") % { project_name: pretty_name }
%p= s_("ProjectService|To set up this service:")
......
- pretty_name = defined?(@project) ? @project.full_name : _('<project name / alias>')
- pretty_name = @project&.full_name || _('<project name / alias>')
- run_actions_text = s_("ProjectService|Perform common operations on GitLab project: %{project_name}") % { project_name: pretty_name }
.info-well
......
---
title: Fix broken links in some Instance-level integrations
merge_request: 27298
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment