link imports from rooms#show

This commit is contained in:
Kiara Grouwstra 2023-01-24 16:35:07 +01:00
parent 3193daf664
commit e1537e996a
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<%= link_to 'Show Users', room_users_path(@room) %> |
<%= link_to 'Edit', edit_room_path(@room) %> |
<%= link_to 'Import Users', bulk_new_room_users_path, method: :get %> |
<%= link_to 'Import Votes', bulk_new_room_votes_path, method: :get %> |
<%= link_to 'Import Users', bulk_new_room_users_path(@room), method: :get %> |
<%= link_to 'Import Votes', bulk_new_room_votes_path(@room), method: :get %> |
<%= link_to 'Present Users', room_present_users_path(@room) %> |
<%= link_to 'Back', rooms_path %>