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