diff options
| author | jpl | 2017-08-30 12:25:15 +0200 | 
|---|---|---|
| committer | jpl | 2017-08-30 12:25:15 +0200 | 
| commit | 323c26dfe6fef74842f21b7c9ee53593065e438e (patch) | |
| tree | 6ded012a93fddbea987ecb1a9f7a8adcfb740a2a /app/views/stop_areas | |
| parent | e83f486de5050593a295aefef28737391e368f57 (diff) | |
| download | chouette-core-323c26dfe6fef74842f21b7c9ee53593065e438e.tar.bz2 | |
Updating project-specific iconfont for page headers (in views)
Diffstat (limited to 'app/views/stop_areas')
| -rw-r--r-- | app/views/stop_areas/index.html.slim | 2 | ||||
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim index adb023633..795c773ec 100644 --- a/app/views/stop_areas/index.html.slim +++ b/app/views/stop_areas/index.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'arret',               t('stop_areas.index.title'),               '',               '', diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index 05f66a33a..dce5bdbad 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'arret',               @stop_area.name,               'Lorem ipsum dolor sit amet' | 
