Skip to content
代码片段 群组 项目
提交 13c17ed4 编辑于 作者: Robert Schilling's avatar Robert Schilling
浏览文件

Turn if/else branch vor valid compare error message

上级 9d3e384a
No related branches found
No related tags found
无相关合并请求
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
There isn't anything to compare. There isn't anything to compare.
%p.slead %p.slead
- if params[:to] == params[:from] - if params[:to] == params[:from]
You'll need to use different branch names to get a valid comparison.
- else
%span.label-branch #{params[:from]} %span.label-branch #{params[:from]}
and and
%span.label-branch #{params[:to]} %span.label-branch #{params[:to]}
are the same. are the same.
- else
You'll need to use different branch names to get a valid comparison.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册