blob: c534e49b084f4b90b3d0ca4c24c1788a9fee7a5e (
plain)
1
2
3
4
5
6
7
|
<%= render "things/thing", thing: @thing %>
<p>
<%= link_to I18n.t('things.create-another'), new_thing_path %>
</p>
<%= render "comments/list", thing: @thing, from: 'things/show' %>
|