mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-28 18:04:55 +00:00
Added a feature to generate uuid links for coaches to submit their school lineups.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}", :class=>"btn btn-default" %>
|
||||
<% back_to_school_path = school_path(@school) %>
|
||||
<% back_to_school_path += "?school_permission_key=#{params[:school_permission_key]}" if params[:school_permission_key].present? %>
|
||||
|
||||
<%= link_to "Back to #{@school.name}", back_to_school_path, class: "btn btn-default" %>
|
||||
<% cache ["#{@school.id}_Stats", @school] do %>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user