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/calendars | |
| parent | e83f486de5050593a295aefef28737391e368f57 (diff) | |
| download | chouette-core-323c26dfe6fef74842f21b7c9ee53593065e438e.tar.bz2 | |
Updating project-specific iconfont for page headers (in views)
Diffstat (limited to 'app/views/calendars')
| -rw-r--r-- | app/views/calendars/edit.html.slim | 2 | ||||
| -rw-r--r-- | app/views/calendars/index.html.slim | 2 | ||||
| -rw-r--r-- | app/views/calendars/new.html.slim | 2 | ||||
| -rw-r--r-- | app/views/calendars/show.html.slim | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/app/views/calendars/edit.html.slim b/app/views/calendars/edit.html.slim index 6668630e8..426f27881 100644 --- a/app/views/calendars/edit.html.slim +++ b/app/views/calendars/edit.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'modele-calendrier',               t('.title', calendar: @calendar.name),               '',               t('last_update', time: l(@calendar.updated_at, format: :short)) diff --git a/app/views/calendars/index.html.slim b/app/views/calendars/index.html.slim index e3ac16505..757ade89b 100644 --- a/app/views/calendars/index.html.slim +++ b/app/views/calendars/index.html.slim @@ -1,6 +1,6 @@  / PageHeader -- header_params = ['map-marker', +- header_params = ['modele-calendrier',                     t('.title'),                     '']  - header_params << link_to(t('actions.add'), new_calendar_path, class: 'btn btn-default')  if policy(Calendar).create? diff --git a/app/views/calendars/new.html.slim b/app/views/calendars/new.html.slim index 7faecf587..2cb6f8061 100644 --- a/app/views/calendars/new.html.slim +++ b/app/views/calendars/new.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'modele-calendrier',               t('.title'),               '',               '' diff --git a/app/views/calendars/show.html.slim b/app/views/calendars/show.html.slim index 4ce5de57f..eda4ef97c 100644 --- a/app/views/calendars/show.html.slim +++ b/app/views/calendars/show.html.slim @@ -1,5 +1,5 @@  / PageHeader -= pageheader 'map-marker', += pageheader 'modele-calendrier',               @calendar.name,               '',               t('last_update', time: l(@calendar.updated_at, format: :short)), | 
