Minor features/fixes
* Fix admin sub menus * Show email address in people#index * Add User Area link in navbar * Smaller textareas on proposal#new so you don't have to scroll * Counting of registrations, users and people * Use datatables for users and people * Show event type on admin/events#show
This commit is contained in:
parent
a557f3750e
commit
3022e8b8e6
11 changed files with 151 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue