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
09852ec4
Commit
09852ec4
authored
Dec 04, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update casing in "Built-in" on project templates tab
parent
bd0ecc71
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
ee/app/views/projects/_project_templates.html.haml
ee/app/views/projects/_project_templates.html.haml
+1
-1
ee/changelogs/unreleased/8637-group-level-project-templates-mini-renaming.yml
...ased/8637-group-level-project-templates-mini-renaming.yml
+5
-0
ee/spec/features/projects/custom_projects_template_spec.rb
ee/spec/features/projects/custom_projects_template_spec.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
ee/app/views/projects/_project_templates.html.haml
View file @
09852ec4
...
...
@@ -5,7 +5,7 @@
%ul
.nav-tabs.nav-links.nav.scrolling-tabs
%li
.built-in-tab
%a
.nav-link.active
{
href:
"#built-in"
,
data:
{
toggle:
'tab'
}
}
=
_
(
'Built-
I
n'
)
=
_
(
'Built-
i
n'
)
%span
.badge.badge-pill
=
Gitlab
::
ProjectTemplate
.
all
.
count
%li
.custom-templates-tab
%a
.nav-link
{
href:
"#custom-templates"
,
data:
{
toggle:
'tab'
}
}
...
...
ee/changelogs/unreleased/8637-group-level-project-templates-mini-renaming.yml
0 → 100644
View file @
09852ec4
---
title
:
Update casing in Built-in on project templates tab
merge_request
:
8688
author
:
type
:
changed
ee/spec/features/projects/custom_projects_template_spec.rb
View file @
09852ec4
...
...
@@ -23,7 +23,7 @@ describe 'Project' do
it
'shows built-in templates tab'
do
page
.
within
'.project-template .built-in-tab'
do
expect
(
page
).
to
have_content
'Built-
I
n'
expect
(
page
).
to
have_content
'Built-
i
n'
end
end
...
...
locale/gitlab.pot
View file @
09852ec4
...
...
@@ -1369,7 +1369,7 @@ msgstr ""
msgid "Browse files"
msgstr ""
msgid "Built-
I
n"
msgid "Built-
i
n"
msgstr ""
msgid "Business metrics (Custom)"
...
...
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