trabajo-afectivo/app/views/layouts/application.html.erb

15 lines
244 B
Text
Raw Normal View History

2012-04-10 13:31:21 +00:00
<!DOCTYPE html>
<html>
<head>
2012-10-28 13:45:47 +00:00
<title><%= Setting.get('product_name') %></title>
2012-04-10 14:06:46 +00:00
<%= stylesheet_link_tag "application" %>
2012-04-10 13:31:21 +00:00
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>