From b1e08b468b7041ef5df179213f686722b0ead358 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 27 Sep 2018 16:45:59 -0700 Subject: Provide a basic admin interface BEHOLD THE CONDUCTOR! --- app/views/layouts/action_mailroom.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/views/layouts/action_mailroom.html.erb (limited to 'app/views/layouts') 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 @@ + + + <%= yield :title %> + + +<%= yield %> + -- cgit v1.2.3