diff options
| author | jpl | 2017-08-23 15:36:29 +0200 | 
|---|---|---|
| committer | jpl | 2017-08-23 15:36:39 +0200 | 
| commit | fd168f1aa111f915ba2a58e24617267fcb5cbe0c (patch) | |
| tree | 812e7c8751df060e2ec90b6b5643f8ebd3ef25e9 /app/views/networks | |
| parent | 6fe3c8ac3f4120fcab85a593062a8c0785b50839 (diff) | |
| download | chouette-core-fd168f1aa111f915ba2a58e24617267fcb5cbe0c.tar.bz2 | |
Refs #4258: adding overhead feature to table_builder, with static samples on imports#show
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/networks/show.html.slim b/app/views/networks/show.html.slim index 09edbad2e..5726daa2b 100644 --- a/app/views/networks/show.html.slim +++ b/app/views/networks/show.html.slim @@ -1,7 +1,7 @@  / PageHeader  = pageheader 'map-marker',               @network.name, -             'Lorem ipsum dolor sit amet', +             '',               t('last_update', time: l(@network.updated_at, format: :short)) do    / Below is secundary actions & optional contents (filters, ...) | 
