Sha256: a46ea8f622a0608a6cc5de8f6185b93eda3c4f21d28f22bcb56b8fb652e7ec5d

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

- if params[:q].present?
  = render 'list'
- else
  .alert.alert-warning
    %p
      %h3= t('view.there_is_no_data', resource: User.model_name.human.downcase)
      = link_to new_hq_user_path, class: 'btn btn-primary' do
        = t('action_button.new', resource_name: User.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/users/_blank.html.haml
cybele-1.9.1 templates/app/views/hq/users/_blank.html.haml
cybele-1.9.0 templates/app/views/hq/users/_blank.html.haml