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
80435a9e6ae5
Commit
84043e8e
authored
Mar 22, 2013
by
Dmitriy Zaporozhets
Browse files
Fix lines and line numbers being squashed in File -> blame
parent
c3cc1f33d1f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/blame/show.html.haml
View file @
80435a9e
...
...
@@ -38,9 +38,11 @@
-
current_line
+=
1
-
else
-
lines
.
each
do
|
line
|
=
current_line
:preserve
#{
current_line
}
-
current_line
+=
1
%td
.lines
%pre
-
lines
.
each
do
|
line
|
=
line
:preserve
#{
line
}
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