This commit is contained in:
Reinier Balt 2011-02-14 22:18:30 +01:00
parent 11626feb91
commit c79cb5dfde
2 changed files with 19 additions and 18 deletions

View file

@ -2,11 +2,12 @@ class PreferencesController < ApplicationController
def index
@page_title = t('preferences.page_title')
@prefs = prefs
@prefs = current_user.prefs
end
def edit
@page_title = t('preferences.page_title_edit')
@prefs = current_user.prefs
end
def update