Oh weird, even with `flush: true`, `content_for` will ignore an empty block and *not* flush out the previous content. This could cause rows whose subtitles *should* have been empty (e.g. no NC trade value) to display the previous row's value instead. Let's make this whole situation a bit more robust by having the *template* clear out the subtitle right before calling the block. That way, a previous row's value *can't* get in, no matter what. |
||
|---|---|---|
| .. | ||
| _item.html.haml | ||
| _item_header.html.haml | ||
| _item_link.html.haml | ||
| _item_list_row.html.haml | ||
| index.html.haml | ||
| needed.html.haml | ||
| show.html.haml | ||
| sources.html.haml | ||