change condition clearly

pull/903/head
nhungltm 6 years ago committed by GitHub
parent e8d52c9cfd
commit b950fd03d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,9 @@
<body<%= %( class="#{app_layout}") if app_layout %> data-doc="<%= CGI::escape_html @doc.to_json %>">
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
<%= erb :app -%>
<%= javascript_tag 'application', asset_host: false %><% unless App.production? %>
<%= javascript_tag 'debug' %><% end %>
<%= javascript_tag 'application', asset_host: false %>
<% unless App.production? %>
<%= javascript_tag 'debug' %>
<% end %>
</body>
</html>

Loading…
Cancel
Save