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
ff6b3526
Commit
ff6b3526
authored
Oct 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'project_name_and_path_rename' into 'master'
Project name and path rename in the same section Fixes #1577 See merge request !1223
parents
ed9350dc
50ee0b81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
edit.html.haml
app/views/projects/edit.html.haml
+7
-1
project.rb
features/steps/project/project.rb
+1
-1
No files found.
app/views/projects/edit.html.haml
View file @
ff6b3526
...
...
@@ -13,7 +13,7 @@
=
f
.
label
:name
,
class:
'control-label'
do
Project name
.col-sm-10
=
f
.
text_field
:name
,
placeholder:
"Example Project"
,
class:
"form-control"
=
f
.
text_field
:name
,
placeholder:
"Example Project"
,
class:
"form-control"
,
id:
"project_name_edit"
.form-group
...
...
@@ -124,6 +124,12 @@
.errors-holder
.panel-body
=
form_for
(
@project
,
html:
{
class:
'form-horizontal'
})
do
|
f
|
.form-group.project_name_holder
=
f
.
label
:name
,
class:
'control-label'
do
Project name
.col-sm-9
.form-group
=
f
.
text_field
:name
,
placeholder:
"Example Project"
,
class:
"form-control"
.form-group
=
f
.
label
:path
,
class:
'control-label'
do
%span
Path
...
...
features/steps/project/project.rb
View file @
ff6b3526
...
...
@@ -4,7 +4,7 @@ class Spinach::Features::Project < Spinach::FeatureSteps
include
SharedPaths
step
'change project settings'
do
fill_in
'project_name'
,
with:
'NewName'
fill_in
'project_name
_edit
'
,
with:
'NewName'
uncheck
'project_issues_enabled'
end
...
...
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