% page_title "Rooms" %>
<% for room in @rooms.sort_by(&:name) %>
- <%= link_to h(room.name), room_path(room) %>
<%= display_textile_for textilize room.description %>
<% end %>
<%= link_to 'New room', new_room_path, :class => "addable" if admin? %>
<%= link_to 'Back to proposals', event_proposals_path(@event), :class => "cancelable" %>