diff options
Diffstat (limited to 'app/views/things/show.html.erb')
| -rw-r--r-- | app/views/things/show.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/things/show.html.erb b/app/views/things/show.html.erb new file mode 100644 index 0000000..c534e49 --- /dev/null +++ b/app/views/things/show.html.erb @@ -0,0 +1,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' %> |
