Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
570b0de98c4a
Unverified
Commit
54965576
authored
Jul 29, 2014
by
Dmitriy Zaporozhets
Browse files
Fix variable order on compare page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a0ba4107e93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/projects/compare_controller.rb
View file @
570b0de9
...
...
@@ -14,9 +14,9 @@ def show
compare_result
=
CompareService
.
new
.
execute
(
current_user
,
@project
,
base
_ref
,
head
_ref
,
@project
,
head
_ref
base
_ref
)
@commits
=
compare_result
.
commits
...
...
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