From 35598136e9d65f2218891ecf0974aa6635b0b99a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 1 Aug 2026 20:48:34 +0200 Subject: Add partial for disclosure realm --- app/views/custom/partials/_date_and_title.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/custom/partials/_date_and_title.html.erb (limited to 'app/views') diff --git a/app/views/custom/partials/_date_and_title.html.erb b/app/views/custom/partials/_date_and_title.html.erb new file mode 100644 index 00000000..e9e69342 --- /dev/null +++ b/app/views/custom/partials/_date_and_title.html.erb @@ -0,0 +1,11 @@ +
+ +
+

<%= link_to_path page.title, page.node.unique_name %>

+ <% if page.abstract.present? %> +

<%= page.abstract %>

+ <% end %> +
+
-- cgit v1.3