diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/action_mailroom.html.erb | 7 | ||||
-rw-r--r-- | app/views/layouts/rails/conductor.html.erb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app/views/layouts/action_mailroom.html.erb b/app/views/layouts/action_mailroom.html.erb deleted file mode 100644 index 3efa8c3989..0000000000 --- a/app/views/layouts/action_mailroom.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -<html> -<head> - <title><%= yield :title %></title> -</head> -<body> -<%= yield %> -</html> diff --git a/app/views/layouts/rails/conductor.html.erb b/app/views/layouts/rails/conductor.html.erb new file mode 100644 index 0000000000..75157feb78 --- /dev/null +++ b/app/views/layouts/rails/conductor.html.erb @@ -0,0 +1,7 @@ +<html> +<head> + <title>Rails Conductor: <%= yield :title %></title> +</head> +<body> +<%= yield %> +</html> |