diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-06 16:52:48 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-06 16:52:48 -0400 |
| commit | dd231a335758873dcd9024db7618837094fcc0a5 (patch) | |
| tree | f65a353ff0988e2be5970c29bd6bb7bb4d5c9edf /app/views/streams | |
| parent | 2586fba3b8a181289c597071733774b3a406f675 (diff) | |
| download | thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.gz thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.bz2 thoughts-dd231a335758873dcd9024db7618837094fcc0a5.zip | |
Added page titles
refs #4
Diffstat (limited to 'app/views/streams')
| -rw-r--r-- | app/views/streams/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/views/streams/show.html.haml b/app/views/streams/show.html.haml index dcec0a2..8365556 100644 --- a/app/views/streams/show.html.haml +++ b/app/views/streams/show.html.haml | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | - title @stream.title | ||
| 1 | .breadcrumb= link_to "← Back to home page", root_path | 2 | .breadcrumb= link_to "← Back to home page", root_path |
| 2 | = render @stream | 3 | = render @stream |
