Sha256: 2a514d159b13408236f3330fd9e48ff47ea41f3f17de6ce12bb1aa34ab57dfb1

Contents?: true

Size: 630 Bytes

Versions: 8

Compression:

Stored size: 630 Bytes

Contents

.running-results-index
  .row
    .col-md-4
      .input-group.input-group-sm
        %label.input-group-addon
          %i.glyphicon.glyphicon-search
        %input.form-control{ 'id' => 'fulltext-search', 'ng-model' => 'searchText' }
  .row.top30
    .col-md-12.index-items
      %ul
        %li.item-header
          = render partial: 'running_results/index_sort_bar'
        %li.item-container{ 'ng-repeat' => 'result in runningResultsIdxCtrl.runningResults.collection | filter:searchText | orderBy:runningResultsIdxCtrl.getPredicate():runningResultsIdxCtrl.reverse' }
          = render partial: 'running_results/index_item'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev app/views/running_results/_index.html.haml
aleph_analytics-0.4.8 app/views/running_results/_index.html.haml
aleph_analytics-0.4.7 app/views/running_results/_index.html.haml
aleph_analytics-0.4.4 app/views/running_results/_index.html.haml
aleph_analytics-0.4.2 app/views/running_results/_index.html.haml
aleph_analytics-0.4.1 app/views/running_results/_index.html.haml
aleph_analytics-0.3.0 app/views/running_results/_index.html.haml
aleph_analytics-0.2.0 app/views/running_results/_index.html.haml