BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
99bb3dde
Commit
99bb3dde
authored
Aug 23, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zj-fix-fe-blank-button' into 'master'
Fix blank button not resetting project template value Closes #36816 See merge request !13757
parents
45e816c7
3611b664
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
_project_templates.html.haml
app/views/projects/_project_templates.html.haml
+1
-1
zj-fix-fe-blank-button.yml
changelogs/unreleased/zj-fix-fe-blank-button.yml
+5
-0
No files found.
app/views/projects/_project_templates.html.haml
View file @
99bb3dde
.project-templates-buttons.import-buttons
{
data:
{
toggle:
"buttons"
}
}
.btn.blank-option.active
%input
{
type:
"radio"
,
autocomplete:
"off"
,
name:
"project
_templates"
,
id:
"blank"
,
checked:
"true
"
}
%input
{
type:
"radio"
,
autocomplete:
"off"
,
name:
"project
[template_name]"
,
id:
"blank"
,
checked:
"true"
,
value:
"
"
}
=
icon
(
'file-o'
,
class:
'btn-template-icon'
)
Blank
-
Gitlab
::
ProjectTemplate
.
all
.
each
do
|
template
|
...
...
changelogs/unreleased/zj-fix-fe-blank-button.yml
0 → 100644
View file @
99bb3dde
---
title
:
Fix new project form not resetting the template value
merge_request
:
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