Sha256: 8873ee7352d0e8594ae0e95ee6ba75cc5a9a7d947add4b5bf1764baeecee6957

Contents?: true

Size: 1.15 KB

Versions: 16

Compression:

Stored size: 1.15 KB

Contents

.index-item
  .row
    .col-md-6
      %strong
        %a{ 'ng-href' => '/alerts/{{alert.id}}',
            'uib-tooltip' => "Show details for '{{alert.query_title}}'",
            'tooltip-delay' => 700,
            'tooltip-placement' => 'top' }
          .ellipsis{ 'ng-bind' => 'alert.query_title' }
    .col-md-2
      %a{ 'href' => '#',
          'ng-bind' => 'alert.latest_query_version.author_name',
          'ng-click' => "alertIdxCtrl.pagination.setSearch('author:' + alert.latest_query_version.author_name, true)",
          'uib-tooltip' => "Filter by {{alert.latest_query_version.author_name}}",
          'tooltip-delay' => 700,
          'tooltip-placement' => 'top' }
    .col-md-2
      %span{ 'ng-bind' => 'alert.last_alert_result.created_at | date:alertIdxCtrl.dateFormat: "UTC"' }
    .col-md-2
      %span.label{ 'ng-bind' => 'alert.status',
                   'ng-class' => 'alert.status',
                   'ng-click' => "alertIdxCtrl.pagination.setSearch('status:' + alert.status, false)",
                   'uib-tooltip' => 'Filter by status {{alert.status}}',
                   'tooltip-delay' => 700,
                   'tooltip-placement' => 'top' }

Version data entries

16 entries across 16 versions & 1 rubygems

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