diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-12 14:01:39 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-12 14:01:39 -0400 |
| commit | 1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af (patch) | |
| tree | bda6326830ab28f393fac6b8ac5215e207e37c36 /app/views/streams | |
| parent | 782df588c95e2c998081ca5bb65d2302bb5ba155 (diff) | |
| download | thoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.tar.gz thoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.tar.bz2 thoughts-1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af.zip | |
Markdownify streams & updates
Also added an edit link to updates.
Diffstat (limited to 'app/views/streams')
| -rw-r--r-- | app/views/streams/_stream.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/streams/_stream.html.haml b/app/views/streams/_stream.html.haml index 84a6478..74e8a19 100644 --- a/app/views/streams/_stream.html.haml +++ b/app/views/streams/_stream.html.haml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | %article#stream-post | 1 | %article#stream-post |
| 2 | %h2#stream-title= stream.title | 2 | %h2#stream-title= stream.title |
| 3 | - unless stream.body.blank? | 3 | - unless stream.body.blank? |
| 4 | %header#stream-intro.entry-content= stream.body.html_safe | 4 | %header#stream-intro.entry-content= markdown(stream.body) |
| 5 | - unless stream.updates.empty? | 5 | - unless stream.updates.empty? |
| 6 | = render stream.updates | 6 | = render stream.updates |
