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:
Henne Vogelsang 2013-05-07 14:46:33 +02:00 committed by Henne Vogelsang
parent a557f3750e
commit 3022e8b8e6
11 changed files with 151 additions and 21 deletions

View file

@ -134,7 +134,7 @@ class ProposalController < ApplicationController
end
def show
@event = Event.find(params[:id])
end
def confirm