Skip to content

Commit

Permalink
Allow administrative notes to be sorted in registration view (#10125)
Browse files Browse the repository at this point in the history
QOL suggestion from discord server.
  • Loading branch information
weatherman223 authored Oct 23, 2024
1 parent c6064a4 commit 6326713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/registrations/edit_registrations.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<th class="guests"><%= t 'activerecord.attributes.registration.guests' %></th>
<th class="comments" data-sortable="true"><%= t 'activerecord.attributes.registration.comments' %></th>
<% if @competition.has_administrative_notes? %>
<th class="administrative-notes"><%= t 'activerecord.attributes.registration.administrative_notes' %></th>
<th class="administrative-notes" data-sortable="true"><%= t 'activerecord.attributes.registration.administrative_notes' %></th>
<% end %>
<% if @competition.using_payment_integrations? %>
<th class="paid"><%= t 'activerecord.attributes.registration.paid_entry_fees' %></th>
Expand Down

0 comments on commit 6326713

Please sign in to comment.