Fix mirroring help text
This commit is contained in:
parent
3e63fe70cc
commit
ca9d8bb952
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
%ul
|
%ul
|
||||||
%li
|
%li
|
||||||
= _('The repository must be accessible over <code>http://</code>,
|
= _('The repository must be accessible over <code>http://</code>,
|
||||||
<code>https://</code>, <code>ssh://</code> and <code>git://</code>.').html_safe
|
<code>https://</code>, <code>ssh://</code> or <code>git://</code>.').html_safe
|
||||||
%li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
|
%li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
|
||||||
%li
|
%li
|
||||||
- minutes = Gitlab.config.gitlab_shell.git_timeout / 60
|
- minutes = Gitlab.config.gitlab_shell.git_timeout / 60
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix mirroring help text
|
||||||
|
merge_request: 31348
|
||||||
|
author: jramsay
|
||||||
|
type: other
|
Loading…
Reference in a new issue