diff --git a/app/views/items/_item_list_row.html.haml b/app/views/items/_item_list_row.html.haml index 7e26c84f..4ee172bf 100644 --- a/app/views/items/_item_list_row.html.haml +++ b/app/views/items/_item_list_row.html.haml @@ -1,4 +1,6 @@ --# Run the block first, so we can get the subtitle content if provided! +-# Run the block first, so we can get the subtitle content if provided! Clear +-# out any old values beforehand, too. +- content_for :subtitle, "", flush: true - content = yield - subtitle = yield :subtitle