Sha256: c4d4d569a1cbaeb8e4e0c91b8c766015bf03d734dcea38268ab376c08afa1042

Contents?: true

Size: 633 Bytes

Versions: 3

Compression:

Stored size: 633 Bytes

Contents

- content_for :toolbar do
  = link_to new_hq_city_path, class: 'btn btn-default' do
    %i.icon-plus
    = t('action_button.new', resource_name: City.model_name.human)

.panel.panel-default.grid
  .panel-heading
    %i.icon-table.icon-large
    = t('tt.index', resource_name: City.model_name.human)
    .panel-tools
      .btn-group
        %a.btn{href: hq_cities_path, data: {toggle: 'toolbar-tooltip'}, title: t('view.reload')}
          %i.icon-refresh
      .badge= @cities.count
  =blankable(@cities)
  .panel-footer
    .pagination.pagination-sm
      = will_paginate @cities, renderer: BootstrapPagination::Rails, bootstrap: 3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/cities/index.html.haml
cybele-1.9.1 templates/app/views/hq/cities/index.html.haml
cybele-1.9.0 templates/app/views/hq/cities/index.html.haml