mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Change room size to capacity
This commit is contained in:
parent
7eea930269
commit
9c4892bfc8
2 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,6 @@
|
|||
.col-md-8
|
||||
= semantic_form_for(@room, url: (@room.new_record? ? admin_conference_venue_rooms_path : admin_conference_venue_room_path(@conference.short_title, @room))) do |f|
|
||||
= f.input :name, input_html: { autofocus: true}
|
||||
= f.input :size, input_html: {size: 5}
|
||||
= f.input :size, label: 'Capacity', input_html: {size: 5}
|
||||
%p.text-right
|
||||
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%table.table.table-hover#rooms
|
||||
%thead
|
||||
%th Name
|
||||
%th Size
|
||||
%th Capacity
|
||||
%th Actions
|
||||
%tbody
|
||||
- @rooms.each_with_index do |room, index|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue