Commit 01c8aae8f25555788049fd3537cb3251bcb5801a

Authored by Dmitriy Zaporozhets
1 parent 241286a7

Add br for new sentense in Compare view

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/projects/compare/_form.html.haml
... ... @@ -6,9 +6,9 @@
6 6 or branch/tag name like
7 7 %code.label-branch master
8 8 and press compare button for the commits list and a code diff.
  9 + %br
9 10 Changes are shown <b>from</b> the version in the first field <b>to</b> the version in the second field.
10 11  
11   - %br
12 12  
13 13 = form_tag project_compare_index_path(@project), method: :post do
14 14 .clearfix
... ... @@ -35,4 +35,4 @@
35 35 minLength: 1
36 36 });
37 37  
38   - disableButtonIfEmptyField('#to', '.commits-compare-btn');
39 38 \ No newline at end of file
  39 + disableButtonIfEmptyField('#to', '.commits-compare-btn');
... ...