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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
d4246054
Commit
d4246054
authored
Jan 31, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'correct-gitlab-host-references' into 'master'
Corrected docs href's See merge request !8527
parents
1ccccccf
ff4a6323
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
app/models/project_services/jira_service.rb
app/models/project_services/jira_service.rb
+2
-2
app/views/shared/_import_form.html.haml
app/views/shared/_import_form.html.haml
+1
-1
app/views/shared/_outdated_browser.html.haml
app/views/shared/_outdated_browser.html.haml
+1
-2
app/views/shared/notifications/_custom_notifications.html.haml
...iews/shared/notifications/_custom_notifications.html.haml
+1
-1
No files found.
app/models/project_services/jira_service.rb
View file @
d4246054
...
...
@@ -60,9 +60,9 @@ class JiraService < IssueTrackerService
end
def
help
'
You need to configure JIRA before enabling this service. For more details
"
You need to configure JIRA before enabling this service. For more details
read the
[JIRA service documentation](
https://docs.gitlab.com/ce/project_services/jira.html).'
[JIRA service documentation](
#{
help_page_url
(
'project_services/jira'
)
}
)."
end
def
title
...
...
app/views/shared/_import_form.html.haml
View file @
d4246054
...
...
@@ -13,4 +13,4 @@
%li
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
%li
To migrate an SVN repository, check out
#{
link_to
"this document"
,
"http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"
}
.
To migrate an SVN repository, check out
#{
link_to
"this document"
,
help_page_path
(
'workflow/importing/migrating_from_svn'
)
}
.
app/views/shared/_outdated_browser.html.haml
View file @
d4246054
-
if
outdated_browser?
-
link
=
"https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md#supported-web-browsers"
.browser-alert
GitLab may not work properly because you are using an outdated web browser.
%br
Please install a
=
link_to
'supported web browser'
,
link
=
link_to
'supported web browser'
,
help_page_url
(
'install/requirements'
,
anchor:
'supported-web-browsers'
)
for a better experience.
app/views/shared/notifications/_custom_notifications.html.haml
View file @
d4246054
...
...
@@ -18,7 +18,7 @@
%p
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out
=
succeed
"."
do
%a
{
href:
"http://docs.gitlab.com/ce/workflow/notifications.html"
,
target:
"_blank"
}
notification emails
%a
{
href:
help_page_path
(
'workflow/notifications'
)
,
target:
"_blank"
}
notification emails
.col-lg-8
-
NotificationSetting
::
EMAIL_EVENTS
.
each_with_index
do
|
event
,
index
|
-
field_id
=
"
#{
notifications_menu_identifier
(
"modal"
,
notification_setting
)
}
_notification_setting[
#{
event
}
]"
...
...
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