diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-26 16:46:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-26 16:46:03 +0300 |
commit | 01c8aae8f25555788049fd3537cb3251bcb5801a (patch) | |
tree | 4631024e451552b351c5a04aedc231b33d14da29 /app/views/projects/compare | |
parent | 241286a7b3b927270663abc5972666c08b13ff02 (diff) | |
download | gitlab-ce-01c8aae8f25555788049fd3537cb3251bcb5801a.tar.gz |
Add br for new sentense in Compare view
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r-- | app/views/projects/compare/_form.html.haml | 4 |
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'); |