Sha256: 8ce5a868c9a10be1bee8a890984ec7194a0072a958e1f5b468756353bebd5a99

Contents?: true

Size: 1.42 KB

Versions: 16

Compression:

Stored size: 1.42 KB

Contents

.show-query
  .row.top10
    .col-md-10
      %uib-tabset{ type: 'pills' }
        %uib-tab{ heading: 'Query',
                  active: 'queryShowCtrl.tabs.query.active',
                  select: 'queryShowCtrl.setTabInUrl("query")' }
          .under-pills-space
          %query-details{ 'query' => 'queryShowCtrl.query',
                          'result-runner' => 'queryShowCtrl.resultRunner' }
        %uib-tab{ heading: 'Results',
                  active: 'queryShowCtrl.tabs.results.active',
                  select: 'queryShowCtrl.setTabInUrl("results")' }
          .under-pills-space
          %results{ 'query' => 'queryShowCtrl.query',
                    'results' => 'queryShowCtrl.results',
                    'result-runner' => 'queryShowCtrl.resultRunner' }
        %uib-tab{ heading: 'Visualizations',
                  active: 'queryShowCtrl.tabs.visualizations.active',
                  select: 'queryShowCtrl.setTabInUrl("visualizations")' }
          .under-pills-space
          %visualization{ 'query-version-id' => 'queryShowCtrl.queryVersionId' ,
                          'query-id' => 'queryShowCtrl.queryId',
                          'results' => 'queryShowCtrl.results' }
    .col-md-2
      %query-version-sidebar{ 'query' => 'queryShowCtrl.query',
                              'versions' => 'queryShowCtrl.queryVersions',
                              'component-callbacks' => 'queryShowCtrl.componentCallbacks' }

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev app/views/queries/_show.html.haml
aleph_analytics-0.4.8 app/views/queries/_show.html.haml
aleph_analytics-0.4.7 app/views/queries/_show.html.haml
aleph_analytics-0.4.4 app/views/queries/_show.html.haml
aleph_analytics-0.4.2 app/views/queries/_show.html.haml
aleph_analytics-0.4.1 app/views/queries/_show.html.haml
aleph_analytics-0.3.0 app/views/queries/_show.html.haml
aleph_analytics-0.2.0 app/views/queries/_show.html.haml
aleph_analytics-0.1.0 app/views/queries/_show.html.haml
aleph_analytics-0.0.6 app/views/queries/_show.html.haml
aleph_analytics-0.0.5 app/views/queries/_show.html.haml
aleph_analytics-0.0.4 app/views/queries/_show.html.haml
aleph_analytics-0.0.3 app/views/queries/_show.html.haml
aleph_analytics-0.0.2 app/views/queries/_show.html.haml
aleph_analytics-0.0.1.alpha app/views/queries/_show.html.haml
aleph_analytics-0.0.0.alpha app/views/queries/_show.html.haml