Sha256: ddf50b2bb37cea59f1936a53123bcffed22e2ff5d71171057956e3e17000bf49

Contents?: true

Size: 420 Bytes

Versions: 13

Compression:

Stored size: 420 Bytes

Contents

= styles_for :tag

.title_tools
  = link_to_inline(:create_tag, new_admin_tag_path, text: t(:create_tag))

.title
  %span#create_tag_title #{t :tags}
  = image_tag("loading.gif", size: :thumb, id: "loading", style: "display: none;")
.remote#create_tag{ hidden }

.list#tags
  - if @tags.any?
    = render partial: "admin/tags/tag", collection: @tags
  - else
    = render "shared/empty"

#export= render "shared/export"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.22.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.21.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.20.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.20.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.19.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.19.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.18.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.17.3 app/views/admin/tags/index.html.haml
fat_free_crm-0.18.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.18.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.17.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.17.1 app/views/admin/tags/index.html.haml