Commit da4eff4a authored by Ciro Santilli's avatar Ciro Santilli

Only show text wrap and diff notes for text in MR.

parent 376e004c
...@@ -15,12 +15,13 @@ ...@@ -15,12 +15,13 @@
%span.file-mode= "#{diff_file.diff.a_mode}#{diff_file.diff.b_mode}" %span.file-mode= "#{diff_file.diff.a_mode}#{diff_file.diff.b_mode}"
.diff-btn-group .diff-btn-group
- if blob.text?
- unless params[:view] == 'parallel' - unless params[:view] == 'parallel'
%label %label
= check_box_tag nil, 1, false, class: "js-toggle-diff-line-wrap" = check_box_tag nil, 1, false, class: 'js-toggle-diff-line-wrap'
Wrap text Wrap text
   
= link_to "#", class: "js-toggle-diff-comments btn btn-small" do = link_to '#', class: 'js-toggle-diff-comments btn btn-small' do
%i.icon-chevron-down %i.icon-chevron-down
Diff comments Diff comments
   
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment