af83/chouette-core

View on GitHub
app/views/time_tables/edit.html.slim

Summary

Maintainability
Test Coverage
- breadcrumb :time_table, @workbench, @referential, @time_table
- page_header_content_for @time_table
- content_for :page_header_title, t('time_tables.show.title', name: @time_table.comment), flush: true

.page_content
  .container-fluid
    #periods

= javascript_tag do
  | window.actionType = "#{raw params[:action]}";
  // | window.I18n = #{(I18n.backend.send(:translations)[I18n.locale].to_json).html_safe};
  | window.timetablesUrl = "#{workbench_referential_time_table_path(@workbench, @referential, @time_table).html_safe}";
  | window.redirectUrl = window.timetablesUrl;