1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #34986 from alkesh26/action-mailbox-layout-fix

Enclosing body tag in conductor layout.
This commit is contained in:
George Claghorn 2019-01-19 15:14:08 -05:00 committed by GitHub
commit dd8d37881c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,5 @@
</head>
<body>
<%= yield %>
</body>
</html>