diff --git a/.tmux.sh.swp b/.tmux.sh.swp new file mode 100644 index 0000000..dd84016 Binary files /dev/null and b/.tmux.sh.swp differ diff --git a/app/views/mats/._match_edit_form.html.erb.swp b/app/views/mats/._match_edit_form.html.erb.swp new file mode 100644 index 0000000..a70785a Binary files /dev/null and b/app/views/mats/._match_edit_form.html.erb.swp differ diff --git a/app/views/mats/_match_edit_form.html.erb b/app/views/mats/_match_edit_form.html.erb index d5dd506..08dbcab 100644 --- a/app/views/mats/_match_edit_form.html.erb +++ b/app/views/mats/_match_edit_form.html.erb @@ -10,15 +10,15 @@ <% end %> -
| <%= @w1.name %> | ||||||||
|---|---|---|---|---|---|---|---|---|
| <%= m.name %> | -<% if m.unfinishedMatches.first %><%=m.unfinishedMatches.first.bout_number%> <%= m.unfinishedMatches.first.w1_name %> vs. <%= m.unfinishedMatches.first.w2_name %><% end %> |
- <% if m.unfinishedMatches.second %><%=m.unfinishedMatches.second.bout_number%> <%= m.unfinishedMatches.second.w1_name %> vs. <%= m.unfinishedMatches.second.w2_name %><% end %> |
- <% if m.unfinishedMatches.third %><%=m.unfinishedMatches.third.bout_number%> <%= m.unfinishedMatches.third.w1_name %> vs. <%= m.unfinishedMatches.third.w2_name %><% end %> |
- <% if m.unfinishedMatches.fourth %><%=m.unfinishedMatches.fourth.bout_number%> <%= m.unfinishedMatches.fourth.w1_name %> vs. <%= m.unfinishedMatches.fourth.w2_name %><% end %> |
+ <% if m.unfinishedMatches.first %><%=m.unfinishedMatches.first.bout_number%> - <%= m.unfinishedMatches.first.weight_max %> lbs <%= m.unfinishedMatches.first.w1_name %> vs. <%= m.unfinishedMatches.first.w2_name %><% end %> |
+ <% if m.unfinishedMatches.second %><%=m.unfinishedMatches.second.bout_number%> - <%= m.unfinishedMatches.second.weight_max %> lbs <%= m.unfinishedMatches.second.w1_name %> vs. <%= m.unfinishedMatches.second.w2_name %><% end %> |
+ <% if m.unfinishedMatches.third %><%=m.unfinishedMatches.third.bout_number%> - <%= m.unfinishedMatches.third.weight_max %> lbs <%= m.unfinishedMatches.third.w1_name %> vs. <%= m.unfinishedMatches.third.w2_name %><% end %> |
+ <% if m.unfinishedMatches.fourth %><%=m.unfinishedMatches.fourth.bout_number%> - <%= m.unfinishedMatches.fourth.weight_max %> lbs <%= m.unfinishedMatches.fourth.w1_name %> vs. <%= m.unfinishedMatches.fourth.w2_name %><% end %> |
Matchup | - + <% if @matches.size > 0 %> <% @matches.each.map do |m| %> @@ -63,6 +63,6 @@ <% end %>