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