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.erb7
1 files changed, 7 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..75157feb78
--- /dev/null
+++ b/actionmailbox/app/views/layouts/rails/conductor.html.erb
@@ -0,0 +1,7 @@
+<html>
+<head>
+ <title>Rails Conductor: <%= yield :title %></title>
+</head>
+<body>
+<%= yield %>
+</html>