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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d914275c
Commit
d914275c
authored
Jul 06, 2016
by
tiagonbotelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes issues for mr acceptance
parent
58031cad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
app/models/repository.rb
app/models/repository.rb
+1
-1
app/views/projects/blob/_editor.html.haml
app/views/projects/blob/_editor.html.haml
+2
-4
No files found.
app/models/repository.rb
View file @
d914275c
...
...
@@ -750,7 +750,7 @@ class Repository
}
if
options
[
:previous_path
]
commit_options
[
:file
]
.
merge!
(
previous_path:
options
[
:previous_path
])
commit_options
[
:file
]
[
:previous_path
]
=
options
[
:previous_path
]
Gitlab
::
Git
::
Blob
.
rename
(
raw_repository
,
commit_options
)
else
...
...
app/views/projects/blob/_editor.html.haml
View file @
d914275c
...
...
@@ -4,11 +4,9 @@
=
icon
(
'code-fork'
)
=
ref
%span
.editor-file-name
-
if
current_action?
(
:edit
)
&&
can?
(
current_user
,
:push_code
,
@project
)
=
text_field_tag
'file_name'
,
params
[
:file_name
],
placeholder:
@path
,
-
if
current_action?
(
:edit
)
||
current_action?
(
:update
)
=
text_field_tag
'file_name'
,
(
params
[
:file_name
]
or
@path
)
,
class:
'form-control new-file-name'
-
else
=
@path
-
if
current_action?
(
:new
)
||
current_action?
(
:create
)
%span
.editor-file-name
...
...
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