Commit 01c8aae8f25555788049fd3537cb3251bcb5801a
1 parent
241286a7
Exists in
master
and in
4 other branches
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,9 +6,9 @@ | ||
6 | or branch/tag name like | 6 | or branch/tag name like |
7 | %code.label-branch master | 7 | %code.label-branch master |
8 | and press compare button for the commits list and a code diff. | 8 | and press compare button for the commits list and a code diff. |
9 | + %br | ||
9 | Changes are shown <b>from</b> the version in the first field <b>to</b> the version in the second field. | 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 | = form_tag project_compare_index_path(@project), method: :post do | 13 | = form_tag project_compare_index_path(@project), method: :post do |
14 | .clearfix | 14 | .clearfix |
@@ -35,4 +35,4 @@ | @@ -35,4 +35,4 @@ | ||
35 | minLength: 1 | 35 | minLength: 1 |
36 | }); | 36 | }); |
37 | 37 | ||
38 | - disableButtonIfEmptyField('#to', '.commits-compare-btn'); | ||
39 | \ No newline at end of file | 38 | \ No newline at end of file |
39 | + disableButtonIfEmptyField('#to', '.commits-compare-btn'); |