aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_tables/edit.html.slim
blob: d8cffb1b0bc1ad86bc4e3c229a3f18b48a2fcf79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- breadcrumb :time_table, @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};

= javascript_pack_tag 'time_tables/edit.js'