summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 17:29:35 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 17:29:35 +0200
commit22c690749e154a5426c4f190fbbc08a5dee2eeee (patch)
tree4c3b9f7d1b79d5862a9729c45b7e31035f81957a /app/views/layouts
parentb7dee77cd1dd6f70e3bfa55df8b61681e9db321e (diff)
Retire the unroutable occurrences scaffolding
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/occurrences.html.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/layouts/occurrences.html.erb b/app/views/layouts/occurrences.html.erb
deleted file mode 100644
index ab4aca63..00000000
--- a/app/views/layouts/occurrences.html.erb
+++ /dev/null
@@ -1,17 +0,0 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7 <title>Occurrences: <%= controller.action_name %></title>
8 <%= stylesheet_link_tag 'scaffold' %>
9</head>
10<body>
11
12<p style="color: green"><%= flash[:notice] %></p>
13
14<%= yield %>
15
16</body>
17</html>