templates/api/layout/html/layout.erb in yard-api-0.1.2 vs templates/api/layout/html/layout.erb in yard-api-0.1.3
- old
+ new
@@ -2,10 +2,10 @@
<html>
<head>
<%= erb(:headers) %>
</head>
- <body>
+ <body class="theme-<%= api_options.theme %>">
<div id="sidebar">
<%= erb(:sidebar) %>
</div>
<% if options[:all_resources] %>