mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
fix #1107
This commit is contained in:
parent
11626feb91
commit
c79cb5dfde
2 changed files with 19 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue