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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
dc7554d0
Commit
dc7554d0
authored
Sep 04, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coloring.
parent
75b04a17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
app/views/projects/commits/_parallel_view.html.haml
app/views/projects/commits/_parallel_view.html.haml
+13
-10
No files found.
app/views/projects/commits/_parallel_view.html.haml
View file @
dc7554d0
...
@@ -2,29 +2,32 @@
...
@@ -2,29 +2,32 @@
%div
.text-file
%div
.text-file
%table
%table
-
side_diff_line
(
diff
,
index
)
do
|
line
,
type
,
line_code
,
line_new
,
line_old
,
raw_line
,
next_line
|
-
side_diff_line
(
diff
,
index
)
do
|
line
,
type
,
line_code
,
line_new
,
line_old
,
raw_line
,
next_line
|
%tr
.line_holder.parallel
{
id:
line_code
,
class:
"#{type}"
}
%tr
.line_holder.parallel
{
id:
line_code
}
-
if
type
==
"match"
-
if
type
==
"match"
=
render
"projects/commits/diffs/match_line_parallel"
,
{
line:
line
,
=
render
"projects/commits/diffs/match_line_parallel"
,
{
line:
line
,
line_old:
line_old
,
line_new:
line_new
,
bottom:
false
}
line_old:
line_old
,
line_new:
line_new
,
bottom:
false
}
-
else
-
else
%td
.old_line
-
if
diff
.
new_file
-
if
diff
.
new_file
%td
.old_line
{
class:
"old"
}
%td
.line_content.parallel
=
" "
%td
.line_content.parallel
=
" "
-
else
-
else
-
next
if
type
==
'new'
%td
.old_line
{
class:
"#{type}"
}
=
link_to
raw
(
line_old
),
"#
#{
line_code
}
"
,
id:
line_code
=
link_to
raw
(
line_old
),
"#
#{
line_code
}
"
,
id:
line_code
-
if
type
==
'old'
-
if
type
==
'old'
%td
.line_content
{
class:
"parallel noteable_line old #{line_code}"
,
"line_code"
=>
line_code
}=
raw
line
%td
.line_content
{
class:
"parallel noteable_line old #{line_code}"
,
"line_code"
=>
line_code
}=
raw
line
-
else
-
else
%td
.line_content.parallel
=
raw
line
%td
.line_content.parallel
=
raw
line
%td
.new_line
{
data:
{
linenumber:
line_new
}}
-
if
diff
.
deleted_file
-
if
diff
.
deleted_file
%td
.new_line
{
class:
"new"
,
data:
{
linenumber:
line_new
}}
%td
.line_content.parallel
=
" "
%td
.line_content.parallel
=
" "
-
else
-
else
%td
.new_line
{
class:
"#{type}"
,
data:
{
linenumber:
line_new
}}
=
link_to
raw
(
line_new
)
,
"#
#{
line_code
}
"
,
id:
line_code
=
link_to
raw
(
line_new
)
,
"#
#{
line_code
}
"
,
id:
line_code
-
if
type
==
'old'
-
if
type
==
'old'
%td
.line_content.parallel
{
class:
"noteable_line new #{line_code}"
,
"line_code"
=>
line_code
}=
raw
next_line
%td
.line_content.parallel
{
class:
"noteable_line new #{line_code}"
,
"line_code"
=>
line_code
}=
raw
next_line
-
else
-
else
%td
.line_content.parallel
=
raw
line
%td
.line_content.parallel
{
class:
"#{type}"
}
=
raw
line
-
if
diff
.
diff
.
blank?
&&
diff_file_mode_changed?
(
diff
)
-
if
diff
.
diff
.
blank?
&&
diff_file_mode_changed?
(
diff
)
.file-mode-changed
.file-mode-changed
...
...
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