% if @matcher.nil? %>
There is currently no matcher for this scenario.
<% else %>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 %> |