app/views/layouts/application.html.haml in aleph_analytics-0.2.0 vs app/views/layouts/application.html.haml in aleph_analytics-0.3.0
- old
+ new
@@ -40,10 +40,12 @@
= render partial: 'snippets/index'
%script#runningResultIndex{type: 'text/ng-template'}
= render partial: 'running_results/index'
%script#comments-template{type: 'text/ng-template'}
= render partial: 'queries/comments'
+ %script#scheduled-template{type: 'text/ng-template'}
+ = render partial: 'queries/scheduled'
:javascript
window.flash = #{flash.to_hash.to_json};
%body{ 'ng-controller' => 'BodyController',
'ng-init' => "ServerConfigurations.setConfigs('#{app_config}')" }
-# note: ApplicationController::ALLOWABLE_CONFIGS determines which configs the server chooses to expose
@@ -78,9 +80,9 @@
= link_to('Logout', destroy_user_session_path, :method => :delete)
.alert-bar{ 'ng-controller' => 'AlertBarController' }
%uib-alert.alert-fade-out.ellipsis{ 'ng-repeat' => 'alert in alerts',
'type' => '{{alert.type}}',
'close' => 'dismiss()',
- 'dismiss-on-timeout' => 9000,
+ 'dismiss-on-timeout' => 5000,
'ng-bind' => 'alert.message' }
%div.content.container-fluid
= yield