aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_tables/_excluded_dates.html.slim
blob: 31b9e35f0611230c716fc5dabeba63b12f6cc355 (plain)
1
2
3
4
ul.dates
  - @time_table.dates.where("in_out = false").to_a.each do |tmd|
    li class="#{(tmd.position%2==0) ? 'odd' : 'even'}"
      = l tmd.date