Proposals

<%= link_to 'Back', match_path(@match), class: 'button' %> <% if @match.match_proposals.empty? %>

There are no proposals yet

<% else %> <% @match.match_proposals.each do |proposal| %> <% end %>
Team Time Status Actions
<%= proposal.team.name %> <%= longtime proposal.proposed_time %> <%= proposal.status_strings[proposal.status] %> test
<% end %> <%= link_to 'Back', match_path(@match), class: 'button' %><%= link_to 'Propose match time', new_match_proposal_path(@match), class: 'button' %>