Sha256: 406e80d4cc0a5c21b6b4b47e35fbee597092eaa64c6b53a493d6891a77877261

Contents?: true

Size: 664 Bytes

Versions: 3

Compression:

Stored size: 664 Bytes

Contents

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

.panel.panel-default.grid
  .panel-heading
    %i.fa.fa-table.icon-large
    = t('tt.index', resource_name: Country.model_name.human)
    .panel-tools
      .btn-group
        %a.btn{href: hq_countries_path, data: {toggle: 'toolbar-tooltip'}, title: t('view.reload')}
          %i.fa.fa-refresh
      .badge= @countries.total_entries
  =blankable(@countries)
  .panel-footer
    .pagination.pagination-sm
      = will_paginate @countries, 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/countries/index.html.haml
cybele-1.9.1 templates/app/views/hq/countries/index.html.haml
cybele-1.9.0 templates/app/views/hq/countries/index.html.haml