Add default buttons on top if the items are > 5 on tracks, event_types, lodgings, rooms. This should prevent scrolling down to find the button.

This commit is contained in:
Shyukri Shyukriev 2016-06-29 14:20:41 +02:00
parent c39a4541cf
commit 0944952e9d
4 changed files with 19 additions and 3 deletions

View file

@ -6,6 +6,10 @@
The rooms of your conference venue
- if @rooms.any?
- if @rooms.size > 5
.row
.col-md-12.text-right
= link_to 'Add Room', new_admin_conference_venue_room_path(@conference.short_title), class: 'btn btn-primary'
.row
.col-md-12
%table.table.table-hover#rooms