diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 0a62dd4..0592286 100755 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -122,6 +122,14 @@ <%= link_to "Referee Admin", match_ref_path(@match), class: 'button' %> <% end %> + <% if cuser and @match.referee.nil? and cuser.ref? %> +