re-indent condition structure

pull/909/head
Nhung Le 6 years ago committed by GitHub
parent e8d52c9cfd
commit 9fa3b29392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,9 @@
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript> <noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
<%= erb :app -%> <%= erb :app -%>
<%= javascript_tag 'application', asset_host: false %> <%= javascript_tag 'application', asset_host: false %>
<%= javascript_tag 'docs' %><% unless App.production? %> <%= javascript_tag 'docs' %>
<%= javascript_tag 'debug' %><% end %> <% unless App.production? %>
<%= javascript_tag 'debug' %>
<% end %>
</body> </body>
</html> </html>

Loading…
Cancel
Save