app/views/layouts/application.html.haml in aleph_analytics-0.0.4 vs app/views/layouts/application.html.haml in aleph_analytics-0.0.5
- old
+ new
@@ -18,9 +18,11 @@
= render partial: 'queries/query_details'
%script#results{type: 'text/ng-template'}
= render partial: 'queries/results'
%script#result{type: 'text/ng-template'}
= render partial: 'results/show'
+ %script#singleResultShow{type: 'text/ng-template'}
+ = render partial: 'results/single_result_show'
%script#visualization{type: 'text/ng-template'}
= render partial: 'visualizations/show'
%script#schemaIndex{type: 'text/ng-template'}
= render partial: 'schemas/index'
%script#tag-template{type: 'text/ng-template'}