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
2a10454f
Commit
2a10454f
authored
May 19, 2019
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-templates-link' into 'master'
Fix anchor link in UI See merge request gitlab-org/gitlab-ee!12737
parents
bd6ae846
4929d6a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/views/groups/_templates_setting.html.haml
ee/app/views/groups/_templates_setting.html.haml
+1
-1
ee/changelogs/unreleased/fix-templates-link.yml
ee/changelogs/unreleased/fix-templates-link.yml
+5
-0
No files found.
ee/app/views/groups/_templates_setting.html.haml
View file @
2a10454f
...
...
@@ -17,7 +17,7 @@
=
f
.
label
:file_template_project_id
,
class:
'label-light'
do
.form-text.text-muted
=
_
(
'Select a template repository'
)
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/group/index.md'
,
anchor:
'group-
level-
file-templates-premium'
),
target:
'_blank'
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'user/group/index.md'
,
anchor:
'group-file-templates-premium'
),
target:
'_blank'
=
project_select_tag
(
'group[file_template_project_id]'
,
class:
'project-item-select hidden-filter-value'
,
toggle_class:
'js-project-search js-project-filter js-filter-submit'
,
dropdown_class:
'dropdown-menu-selectable dropdown-menu-project js-filter-submit'
,
placeholder:
_
(
'Search projects'
),
idAttribute:
'id'
,
data:
{
order_by:
'last_activity_at'
,
idattribute:
'id'
,
simple_filter:
true
,
allow_clear:
true
},
value:
@group
.
checked_file_template_project_id
)
=
f
.
submit
_
(
'Save changes'
),
class:
"btn btn-success"
ee/changelogs/unreleased/fix-templates-link.yml
0 → 100644
View file @
2a10454f
---
title
:
Fix anchor link in UI
merge_request
:
12737
author
:
type
:
fixed
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