Turn if/else branch vor valid compare error message

This commit is contained in:
Robert Schilling 2014-08-11 09:41:05 +02:00
parent 9d3e384ae6
commit 13c17ed494

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.