<% if @matcher.nil? %>

There is currently no matcher for this scenario.

<% else %> <%- comparisons = @matcher.comparisons -%> <%- comparisons[1..-1].each_with_index do |comparison, j| -%> > <%- end -%>
Value 1 Value 2
<%= comparisons[0].lhs_label %> <%= comparisons[0].operator_symbol %> <%= comparisons[0].rhs_label %> Edit <%= delete_link("Delete", "/projects/#{@project.id}/scenarios/#{@scenario.id}/matchers/#{@matcher.id}") %>
<%= comparison.lhs_label %> <%= comparison.operator_symbol %> <%= comparison.rhs_label %>
<% end %>