summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-19 22:25:52 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-19 22:25:52 +0200
commit6c8ea54c51a4e3b3f8491b154fb4931c3712703d (patch)
tree3ce1312c0af0d3219c28f3b783245fb34a7281f1 /app
parent08d02a8591ee8047cb708646092cd4bdb7492c33 (diff)
Remove one dead events view
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/events.html.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/layouts/events.html.erb b/app/views/layouts/events.html.erb
deleted file mode 100644
index 93a6c0c..0000000
--- a/app/views/layouts/events.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>Events: <%= 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>