summaryrefslogtreecommitdiff
path: root/app/views/layouts/pages.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/pages.html.erb')
-rw-r--r--app/views/layouts/pages.html.erb19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/views/layouts/pages.html.erb b/app/views/layouts/pages.html.erb
deleted file mode 100644
index 70ceece9..00000000
--- a/app/views/layouts/pages.html.erb
+++ /dev/null
@@ -1,19 +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 <meta name="viewport" content="width=device-width,initial-scale=1" />
8 <meta property="og:image" content="https://www.ccc.de/images/chaosknoten.svg" />
9 <title>Pages: <%= controller.action_name %></title>
10 <%= stylesheet_link_tag 'scaffold' %>
11</head>
12<body>
13
14<p style="color: green"><%= flash[:notice] %></p>
15
16<%= yield %>
17
18</body>
19</html>