<%= render "things/thing", thing: @thing %>

<%= link_to I18n.t('things.create-another'), new_thing_path %>

<%= render "comments/list", thing: @thing, from: 'things/show' %>