aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/action_mailroom.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/layouts/action_mailroom.html.erb b/app/views/layouts/action_mailroom.html.erb
new file mode 100644
index 0000000000..3efa8c3989
--- /dev/null
+++ b/app/views/layouts/action_mailroom.html.erb
@@ -0,0 +1,7 @@
+<html>
+<head>
+ <title><%= yield :title %></title>
+</head>
+<body>
+<%= yield %>
+</html>