From d13b636bd654244f894943c2968a7386e8379605 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 2 Dec 2020 19:26:28 -0500 Subject: initial --- app/views/nodes/show.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/nodes/show.html.erb (limited to 'app/views/nodes/show.html.erb') diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb new file mode 100644 index 0000000..c933d1e --- /dev/null +++ b/app/views/nodes/show.html.erb @@ -0,0 +1,9 @@ +

+Title: +<%= @node.title %> +

+ +

+Content: +<%= @node.content %> +

-- cgit v1.2.3