aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_tables/edit.html.slim
blob: 6ad572906925057901d30534687edc1eb20d8f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- breadcrumb :time_table, @referential, @time_table
- page_header_content_for @time_table

.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'