Count events, users, people and use datatables for them.

Show event types.
Add proposal#show.
This commit is contained in:
Henne Vogelsang 2013-05-07 13:22:45 +02:00 committed by Henne Vogelsang
parent a557f3750e
commit 200a701861
8 changed files with 131 additions and 7 deletions

View file

@ -18,7 +18,7 @@
- @events.each do |event|
%tr
%td
= event.title
= link_to event.title, conference_proposal_path(@conference.short_title, event.id)
%td
= event.public_state
- if event.confirmed? && !@conference.user_registered?(current_user)