summaryrefslogtreecommitdiff
path: root/app/views/projects/blame/_blame_group.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blame/_blame_group.html.haml')
-rw-r--r--app/views/projects/blame/_blame_group.html.haml26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/views/projects/blame/_blame_group.html.haml b/app/views/projects/blame/_blame_group.html.haml
deleted file mode 100644
index e9967814833..00000000000
--- a/app/views/projects/blame/_blame_group.html.haml
+++ /dev/null
@@ -1,26 +0,0 @@
-%tr
- %td.blame-commit{ class: commit_data.age_map_class }
- .commit
- = commit_data.author_avatar
- .commit-row-title
- %span.item-title.str-truncated-100
- = commit_data.commit_link
- %span
- = commit_data.project_blame_link
-  
- .light
- = commit_data.commit_author_link
- = _('committed')
- #{commit_data.time_ago_tooltip}
- %td.line-numbers
- - line_count = blame_group[:lines].count
- - (current_line...(current_line + line_count)).each do |i|
- %a.diff-line-num{ href: "#L#{i}", id: "L#{i}", 'data-line-number' => i }
- = link_icon
- = i
- \
- %td.lines
- %pre.code.highlight
- %code
- - blame_group[:lines].each do |line|
- #{line}