diff --git a/app/views/projects/compare/_form.html.haml b/app/views/projects/compare/_form.html.haml
index 6fb7b1f..503b39c 100644
--- a/app/views/projects/compare/_form.html.haml
+++ b/app/views/projects/compare/_form.html.haml
@@ -6,9 +6,9 @@
or branch/tag name like
%code.label-branch master
and press compare button for the commits list and a code diff.
+ %br
Changes are shown from the version in the first field to the version in the second field.
- %br
= form_tag project_compare_index_path(@project), method: :post do
.clearfix
@@ -35,4 +35,4 @@
minLength: 1
});
- disableButtonIfEmptyField('#to', '.commits-compare-btn');
\ No newline at end of file
+ disableButtonIfEmptyField('#to', '.commits-compare-btn');
--
libgit2 0.21.2