Sha256: e0bcf464c99a00ca691bbde33f0c0fa3ecec281341c7254ad0c186b5be486812

Contents?: true

Size: 945 Bytes

Versions: 16

Compression:

Stored size: 945 Bytes

Contents

.index-sidebar
  .row
    .input-group.input-group-sm
      .input-group-btn
        %button.btn.btn-inverse.btn-sm{ 'ng-click' => 'alertIdxCtrl.pagination.clearSearch()' }
          %i.glyphicon.glyphicon-remove{ 'ng-if' => 'alertIdxCtrl.pagination.searchText' }
          %i.glyphicon.glyphicon-search{ 'ng-if' => '!alertIdxCtrl.pagination.searchText' }
      %input.form-control{ 'placeholder' => 'Search Alerts',
                           'id' => 'fulltext-search',
                           'ng-model' => 'alertIdxCtrl.pagination.searchText',
                           'ng-model-options' => '{debounce: 400}',
                           'ng-change' => 'alertIdxCtrl.pagination.triggerSearch()' }
  .row.top30
    %span.menu-label
      .octicon.octicon-three-bars
      Menu Actions
  .row.top5
    %a.btn.btn-default.btn-sm.btn-format{href: 'alerts/new'}
      %span.glyphicon.glyphicon-plus.glyphicons-sm.glyphicon-low
      New Alert

Version data entries

16 entries across 16 versions & 1 rubygems

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