1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/app/views/layouts/rails/conductor.html.erb

8 lines
104 B
Text
Raw Normal View History

2018-09-27 20:39:13 -04:00
<html>
<head>
<title>Rails Conductor: <%= yield :title %></title>
</head>
<body>
<%= yield %>
</html>