Sha256: 8e85f21c708c0ef06042658f06151556d690393a49a145d102caffb092c1f809

Contents?: true

Size: 482 Bytes

Versions: 6

Compression:

Stored size: 482 Bytes

Contents

- assets = controller_name
- asset = assets.singularize
- new_asset_path = url_for(action: :new, controller: controller_name)
#empty
  - if @current_query.blank?
    == #{t(:could_not_find, t(assets.downcase))} #{link_to_inline(:"create_#{asset}", new_asset_path, plain: true, text: "#{t(:create_a_new)} #{t(asset + '_small')}")}.
  - else
    == #{t(:could_not_find_matching, t(assets.downcase + '_small'))} <span class="cool"><b>#{h @current_query}</b></span>; #{t :please_retry}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/shared/_empty.html.haml
fat_free_crm-0.22.0 app/views/shared/_empty.html.haml
fat_free_crm-0.21.0 app/views/shared/_empty.html.haml
fat_free_crm-0.20.1 app/views/shared/_empty.html.haml
fat_free_crm-0.20.0 app/views/shared/_empty.html.haml
fat_free_crm-0.19.2 app/views/shared/_empty.html.haml