Support forcing the order of rooms in the schedule
This commit is contained in:
parent
02f0d4a254
commit
a9d6faf1a3
6 changed files with 17 additions and 6 deletions
|
|
@ -12,15 +12,18 @@
|
|||
%thead
|
||||
%th Name
|
||||
%th Capacity
|
||||
%th Order
|
||||
%th URL
|
||||
%th Actions
|
||||
%tbody
|
||||
- @rooms.each_with_index do |room, index|
|
||||
%tr
|
||||
%td
|
||||
%th
|
||||
= room.name
|
||||
%td
|
||||
= room.size
|
||||
%td
|
||||
= room.order
|
||||
%td
|
||||
= room.url
|
||||
%td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue