From 1564af069472e32ed322bf9acedc9c487bce1a15 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 19:29:04 +0200 Subject: First pass at listing Resources This implements resource listing and pagination. See /resources --- app/views/resources/_resource.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/views/resources/_resource.html.erb (limited to 'app/views/resources/_resource.html.erb') diff --git a/app/views/resources/_resource.html.erb b/app/views/resources/_resource.html.erb new file mode 100644 index 0000000..39997ef --- /dev/null +++ b/app/views/resources/_resource.html.erb @@ -0,0 +1,10 @@ +
+
+

<%= h resource.name %>

+
+
<%= h resource.description %>
+ <%= h resource.feature.as_json %> +
-- cgit v1.2.3