From 8185939b2629581dd9264dbbc37f859e19436f31 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Dec 2023 19:38:44 +0000 Subject: wip: stuck on notnull error... --- app/views/organisations/_organisation.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/views/organisations/_organisation.html.erb (limited to 'app/views/organisations/_organisation.html.erb') diff --git a/app/views/organisations/_organisation.html.erb b/app/views/organisations/_organisation.html.erb new file mode 100644 index 0000000..c5ea553 --- /dev/null +++ b/app/views/organisations/_organisation.html.erb @@ -0,0 +1,7 @@ +
+

+ Name: + <%= organisation.name %> +

+ +
-- cgit v1.2.3