Sha256: c6344611f7e357a0bf1e835e879fdf28ff4566323c666510e62bc14e0dcd0208

Contents?: true

Size: 790 Bytes

Versions: 16

Compression:

Stored size: 790 Bytes

Contents

.sort-bar
  .row
    .col-md-6
      %strong
        %a{ 'ng-click' => 'alertIdxCtrl.pagination.setSort("title")', 'title' => 'Sort By Title' }
          TITLE
          .glyphicon.glyphicon-sort.tiny-icon
    .col-md-2
      %strong
        %a{ 'ng-click' => 'alertIdxCtrl.pagination.setSort("author")', 'title' => 'Sort By Author' }
          AUTHOR
          .glyphicon.glyphicon-sort.tiny-icon
    .col-md-2
      %strong
        %a{ 'ng-click' => 'alertIdxCtrl.pagination.setSort("updated_at")', 'title' => 'Sort By Last Run' }
          LAST RUN
          .glyphicon.glyphicon-sort.tiny-icon
    .col-md-2
      %strong
        %a{ 'ng-click' => 'alertIdxCtrl.pagination.setSort("status")', 'title' => 'Sort By Status' }
          STATUS
          .glyphicon.glyphicon-sort.tiny-icon

Version data entries

16 entries across 16 versions & 1 rubygems

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