diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/calendars/_calendars.html.slim | 2 | ||||
| -rw-r--r-- | app/views/referentials/index.html.slim | 1 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/calendars/_calendars.html.slim b/app/views/calendars/_calendars.html.slim index 261052baf..e91e9c530 100644 --- a/app/views/calendars/_calendars.html.slim +++ b/app/views/calendars/_calendars.html.slim @@ -1,6 +1,6 @@  - if @calendars.any?    = table_builder @calendars, -    { @calendars.human_attribute_name(:short_name) => 'short_name', @calendars.human_attribute_name(:shared) => 'shared' }, +    { @calendars.human_attribute_name(:name) => 'name', @calendars.human_attribute_name(:short_name) => 'short_name', @calendars.human_attribute_name(:shared) => 'shared' },      [:show, :edit, :delete],      'table table-bordered' diff --git a/app/views/referentials/index.html.slim b/app/views/referentials/index.html.slim index b8c16b5ae..8186f725f 100644 --- a/app/views/referentials/index.html.slim +++ b/app/views/referentials/index.html.slim @@ -13,6 +13,7 @@    ul.actions      li = link_to 'Données Reflex', stop_area_referential_path(1)      li = link_to 'Données CodifLigne', line_referential_path(1) +    li= link_to t('calendars.standard_calendars'), calendars_path      / FIXME #823      - if false        li = link_to t('referentials.actions.new'), new_referential_path, class: 'add'  | 
