Name: <%= @room.name %>
!Description: <%= @room.description %>
! <%= link_to 'Edit', edit_room_path(@room) %> | <%= link_to 'Back', rooms_path %>Name: <%= @room.name %>
!Description: <%= @room.description %>
! <%= link_to 'Edit', edit_room_path(@room) %> | <%= link_to 'Back', rooms_path %> Render model! attributesName: <%= @room.name %>
!Description: <%= @room.description %>
! <%= link_to 'Edit', edit_room_path(@room) %> | <%= link_to 'Back', rooms_path %> Render linksRoom: <%= @reservation.room %>
!Team: <%= @reservation.team %>
!From: <%= @reservation.from %>
!Until: <%= @reservation.until %>
Room: <%= @reservation.room %>
!Team: <%= @reservation.team %>
!From: <%= @reservation.from %>
!Until: <%= @reservation.until %>
Room: <%= @reservation.room.name %>
!Team: <%= @reservation.team.name %>
!From: <%= @reservation.from %>
!Until: <%= @reservation.until %>
Room: <%= @reservation.room.name %>
!Team: <%= @reservation.team.name %>
!From: <%= @reservation.from %>
!Until: <%= @reservation.until %>
Room: <%= @reservation.room.name %>
!Team: <%= @reservation.team.name %>
!From: <%= @reservation.from.to_s(:short) %>
!Until: <%= @reservation.until.to_s(:short) %>
Name: <%= @room.name %>
!Description: <%= @room.description %>
! <% if @room.photo %><%= link_to @room.photo.url do %> <%= cl_image_tag(@room.photo, width: 200, height: 200, crop: :fit) %> <% end %>
<% end %><%= current_team.name %>