Sha256: f8d29ecb7227b68a59ce6901959c94943311a7134afa33b048dfa8906b01c9a5

Contents?: true

Size: 955 Bytes

Versions: 9

Compression:

Stored size: 955 Bytes

Contents

.sort-bar
  .row
    .col-md-1
      %strong SUMMARY
    .col-md-3
      %strong
        %a{ 'ng-click' => 'queryIdxCtrl.pagination.setSort("title")', 'title' => 'Sort By Title' }
          TITLE
          .glyphicon.glyphicon-sort.tiny-icon
    .col-md-4
      %div#author
        %strong
          %a{ 'ng-click' => 'queryIdxCtrl.pagination.setSort("author")', 'title' => 'Sort By Author' }
            AUTHOR
            .glyphicon.glyphicon-sort.tiny-icon
      %div#updated-at
        %strong
          %a{ 'ng-click' => 'queryIdxCtrl.pagination.setSort("updated_at")', 'title' => 'Sort By Updated' }
            UPDATED
            .glyphicon.glyphicon-sort.tiny-icon
      %div#created-at
        %strong
          %a{ 'ng-click' => 'queryIdxCtrl.pagination.setSort("created_at")', 'title' => 'Sort By Created' }
            CREATED
            .glyphicon.glyphicon-sort.tiny-icon
    .col-md-2
      %strong TAGS
    .col-md-2
      %strong ROLES

Version data entries

9 entries across 9 versions & 1 rubygems

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