Merge pull request #7468 from Razer6/fix_wrong_compare_message

Turn if/else branch for valid compare error message
This commit is contained in:
Dmitriy Zaporozhets 2014-08-11 13:11:00 +03:00
commit 9238616d6f

View file

@ -27,9 +27,9 @@
There isn't anything to compare.
%p.slead
- if params[:to] == params[:from]
You'll need to use different branch names to get a valid comparison.
- else
%span.label-branch #{params[:from]}
and
%span.label-branch #{params[:to]}
are the same.
- else
You'll need to use different branch names to get a valid comparison.