Sha256: 2a54aaed53074d3fb37cae6d176ed8111298a28f70a67e134f21d38592760dbf

Contents?: true

Size: 1.74 KB

Versions: 9

Compression:

Stored size: 1.74 KB

Contents

.index-item
  .row
    .col-md-1.summary-badges
      %span.badge#versions{ 'ng-bind' => 'query.summary.versions',
                            'uib-tooltip' => '{{query.summary.versions}} versions' }
      %span.badge#comments{ 'ng-bind' => 'query.summary.comments',
                            'uib-tooltip' => '{{query.summary.comments}} comments' }
    .col-md-3
      %strong
        %a{ 'ng-href' => '/queries/{{query.id}}',
            'uib-tooltip' => "Show details for '{{query.title}}'",
            'tooltip-delay' => 700,
            'tooltip-placement' => 'top' }
          .ellipsis{ 'ng-bind' => 'query.title' }
    .col-md-4
      %div#author
        %a{ 'href' => '#',
            'ng-bind' => 'query.latest_author_name',
            'ng-click' => "queryIdxCtrl.pagination.setSearch('author:' + query.latest_author_name, true)",
            'uib-tooltip' => "Filter by {{query.latest_author_name}}",
            'tooltip-delay' => 700,
            'tooltip-placement' => 'top' }
      %div#updated-at
        %span{ 'ng-bind' => 'query.updated_at | date:dateFormat: "UTC"' }
      %div#created-at
        %span{ 'ng-bind' => 'query.created_at | date:dateFormat: "UTC"' }
    .col-md-2
      %span.label.tag{ 'ng-repeat' => 'tag in query.tags | limitTo:5 | orderBy',
                       'ng-bind' => 'tag',
                       'ng-class' => 'tag',
                       'ng-click' => "queryIdxCtrl.pagination.setSearch('tags:' + tag, false)",
                       'uib-tooltip' => 'Filter by {{tag}}',
                       'tooltip-delay' => 700,
                       'tooltip-placement' => 'top'}
    .col-md-2
      %span.label.tag.roles{ 'ng-repeat' => 'role in query.roles | limitTo:5 | orderBy',
                             'ng-bind' => 'role' }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aleph_analytics-0.2.0 app/views/queries/_index_item.html.haml
aleph_analytics-0.1.0 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.6 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.5 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.4 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.3 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.2 app/views/queries/_index_item.html.haml
aleph_analytics-0.0.1.alpha app/views/queries/_index_item.html.haml
aleph_analytics-0.0.0.alpha app/views/queries/_index_item.html.haml