mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 15:11:35 +02:00
Localize date format via rails-i18n
This commit is contained in:
parent
b1197df490
commit
ff58856c99
3 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,7 @@ div
|
|||
'
|
||||
small = doc.originator
|
||||
'
|
||||
small = doc.published_at
|
||||
small = l doc.published_at.to_date
|
||||
= link_to doc.url, target: '_blank' do
|
||||
div = doc.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue