<%= notice %>

Event: <%= @result.event_id %>

Date: <%= @result.date %>

Venue: <%= @result.venue %>

Event: <%= @result.event %>

W team: <%= @result.w_team %>

L team: <%= @result.l_team %>

W points: <%= @result.w_points %>

L points: <%= @result.l_points %>

Ot: <%= @result.ot %>

Note: <%= @result.note %>

W: <%= @result.w_id %>

L: <%= @result.l_id %>

Ot: <%= @result.ot_id %>

<%= link_to 'Edit', edit_result_path(@result) %> | <%= link_to 'Back', results_path %>