From 01c8aae8f25555788049fd3537cb3251bcb5801a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 26 Aug 2013 16:46:03 +0300 Subject: Add br for new sentense in Compare view --- app/views/projects/compare/_form.html.haml | 4 ++-- 1 file 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 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'); -- cgit v1.2.1