Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
14f83fdb
Commit
14f83fdb
authored
Jun 14, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update read-only message
parent
eacaee59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/helpers/ee/application_helper.rb
ee/app/helpers/ee/application_helper.rb
+1
-1
No files found.
ee/app/helpers/ee/application_helper.rb
View file @
14f83fdb
...
...
@@ -6,7 +6,7 @@ module EE
def
read_only_message
return
super
unless
::
Gitlab
::
Geo
.
secondary_with_primary?
(
_
(
'You are on a secondary
(read-only) Geo node. If you want to make any changes, you must visit
the %{primary_node}.'
)
%
(
_
(
'You are on a secondary
, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on
the %{primary_node}.'
)
%
{
primary_node:
link_to
(
'primary node'
,
::
Gitlab
::
Geo
.
primary_node
.
url
)
}).
html_safe
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment