Commit 01c8aae8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add br for new sentense in Compare view

parent 241286a7
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
or branch/tag name like or branch/tag name like
%code.label-branch master %code.label-branch master
and press compare button for the commits list and a code diff. 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. 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 = form_tag project_compare_index_path(@project), method: :post do
.clearfix .clearfix
...@@ -35,4 +35,4 @@ ...@@ -35,4 +35,4 @@
minLength: 1 minLength: 1
}); });
disableButtonIfEmptyField('#to', '.commits-compare-btn'); disableButtonIfEmptyField('#to', '.commits-compare-btn');
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment