Sha256: d789c70d7e22eb0f626048c383c9fefbfb2dee5e2b94050461b52d69a0a211d8

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

- if params[:q].present?
  = render 'list'
- else
  .alert.alert-warning
    %p
      %h3= t('view.there_is_no_data', resource: Admin.model_name.human.downcase)
      = link_to new_hq_admin_path, class: 'btn btn-primary' do
        = t('action_button.new', resource_name: Admin.model_name.human)
        = t('btn.add')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/admins/_blank.html.haml
cybele-1.9.1 templates/app/views/hq/admins/_blank.html.haml
cybele-1.9.0 templates/app/views/hq/admins/_blank.html.haml