mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 08:18:50 +01:00
Fix #1722
This commit is contained in:
parent
ef33ce5bbc
commit
ed9063bffa
7 changed files with 10 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ class PreferencesController < ApplicationController
|
|||
|
||||
def render_date_format
|
||||
format = params[:date_format]
|
||||
render :text => l(Date.today, :format => format)
|
||||
render :text => l(Date.current, :format => format)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue