aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/timebands/show.html.slim
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timebands/show.html.slim')
-rw-r--r--app/views/timebands/show.html.slim9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/timebands/show.html.slim b/app/views/timebands/show.html.slim
deleted file mode 100644
index d45611c56..000000000
--- a/app/views/timebands/show.html.slim
+++ /dev/null
@@ -1,9 +0,0 @@
-- 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'