From a7791635aa98f012d35f97c3c5288494bbb28e38 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 13 Mar 2024 18:03:43 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/views/things/show.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/views/things/show.html.erb (limited to 'app/views/things/show.html.erb') 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 %> + +

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

+ +<%= render "comments/list", thing: @thing, from: 'things/show' %> -- cgit v1.2.3