aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/views/layouts/rails/conductor.html.erb
blob: 1cad6560c4b01875e20186d1cb04dcf9b386b0bd (plain) (blame)
1
2
3
4
5
6
7
8
<html>
<head>
  <title>Rails Conductor: <%= yield :title %></title>
</head>
<body>
<%= yield %>
</body>
</html>