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
|
|
@ -134,7 +134,7 @@ class ProposalController < ApplicationController
|
|||
end
|
||||
|
||||
def show
|
||||
|
||||
@event = Event.find(params[:id])
|
||||
end
|
||||
|
||||
def confirm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue