summaryrefslogtreecommitdiff
path: root/app/views/projects/compare/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-26 16:46:03 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-26 16:46:03 +0300
commit01c8aae8f25555788049fd3537cb3251bcb5801a (patch)
tree4631024e451552b351c5a04aedc231b33d14da29 /app/views/projects/compare/_form.html.haml
parent241286a7b3b927270663abc5972666c08b13ff02 (diff)
downloadgitlab-ce-01c8aae8f25555788049fd3537cb3251bcb5801a.tar.gz
Add br for new sentense in Compare view
Diffstat (limited to 'app/views/projects/compare/_form.html.haml')
-rw-r--r--app/views/projects/compare/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/compare/_form.html.haml b/app/views/projects/compare/_form.html.haml
index 6fb7b1fd3dd..503b39c0663 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 <b>from</b> the version in the first field <b>to</b> 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');