summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_diffs.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/diffs/_diffs.html.haml')
-rw-r--r--app/views/projects/diffs/_diffs.html.haml12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml
index 1747f36dcf3..2b9b6599a7d 100644
--- a/app/views/projects/diffs/_diffs.html.haml
+++ b/app/views/projects/diffs/_diffs.html.haml
@@ -1,10 +1,9 @@
-.row.prepend-top-20.append-bottom-10
- .col-md-8
- = render 'projects/diffs/stats', diffs: diffs
- .col-md-4
- .btn-group.pull-right
+.prepend-top-20.append-bottom-20
+ .pull-right
+ .btn-group
= inline_diff_btn
= parallel_diff_btn
+ = render 'projects/diffs/stats', diffs: diffs
- if show_diff_size_warning?(diffs)
= render 'projects/diffs/warning', diffs: diffs
@@ -19,3 +18,6 @@
Failed to collect changes
%p
Maybe diff is really big and operation failed with timeout. Try to get diff locally
+
+:coffeescript
+ $('.files .diff-header').stick_in_parent(recalc_every: 1, offset_top: $('.navbar').height())