diff options
-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'); |