aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/timebands/show.html.slim
blob: d45611c568a98d11a785d950a20d9c9b4fe2dd81 (plain)
1
2
3
4
5
6
7
8
9
- breadcrumb :timeband, @referential, @timeband
= title_tag t( 'timebands.show.title', timeband: @timeband.name )

.summary
  p
    label = "#{@timeband.name} : "
    = "#{l(@timeband.start_time, format: :hour)} - #{l(@timeband.end_time, format: :hour)}"

== render 'sidebar'