summaryrefslogtreecommitdiff
path: root/app/views/custom/partials/_chapter.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-08 02:46:06 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-08 02:46:06 +0200
commit1a037ac6fab34c5f65ed0f37ed603b88e7b02fd1 (patch)
tree48af0eab79ea64c9ca92833d415483773e665305 /app/views/custom/partials/_chapter.html.erb
parent5699572861085bfb0b375f44e2f35ee8eee3f8c6 (diff)
Move the external homepage onto the draft
Diffstat (limited to 'app/views/custom/partials/_chapter.html.erb')
-rw-r--r--app/views/custom/partials/_chapter.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom/partials/_chapter.html.erb b/app/views/custom/partials/_chapter.html.erb
index 8a92b46f..2065560a 100644
--- a/app/views/custom/partials/_chapter.html.erb
+++ b/app/views/custom/partials/_chapter.html.erb
@@ -7,8 +7,8 @@
7 <% if page.abstract.present? %> 7 <% if page.abstract.present? %>
8 <div class="chapter_location"><%= page.abstract %></div> 8 <div class="chapter_location"><%= page.abstract %></div>
9 <% end %> 9 <% end %>
10 <% if page.node.external_url.present? %> 10 <% if page.external_url.present? %>
11 <div class="chapter_url"><%= link_to page.node.external_url, page.node.external_url, target: '_blank', rel: 'noopener' %></div> 11 <div class="chapter_url"><%= link_to page.external_url, page.external_url, target: '_blank', rel: 'noopener' %></div>
12 <% end %> 12 <% end %>
13 <% open_days = page.node.events.tagged_with('open-day').order(:start_time) %> 13 <% open_days = page.node.events.tagged_with('open-day').order(:start_time) %>
14 <% if open_days.any? %> 14 <% if open_days.any? %>