about summary refs log tree commit diff stats
path: root/app/views/streams/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/streams/show.html.haml')
-rw-r--r--app/views/streams/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/streams/show.html.haml b/app/views/streams/show.html.haml index 8365556..8d58f62 100644 --- a/app/views/streams/show.html.haml +++ b/app/views/streams/show.html.haml
@@ -1,3 +1,3 @@
1- title @stream.title 1- title @stream.title
2.breadcrumb= link_to "← Back to home page", root_path 2.breadcrumb= link_to "← Back to streams", streams_path
3= render @stream 3= render @stream