Sha256: cfe17840d6720f405c83d72b14588bdc8f4bb57a98443d7f2800478d6905150d

Contents?: true

Size: 438 Bytes

Versions: 30

Compression:

Stored size: 438 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

30 entries across 30 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.15.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.16.4 app/views/admin/tags/index.html.haml
fat_free_crm-0.14.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.15.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.16.3 app/views/admin/tags/index.html.haml
fat_free_crm-0.16.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.16.1 app/views/admin/tags/index.html.haml
fat_free_crm-0.16.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.15.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.15.0.beta.2 app/views/admin/tags/index.html.haml
fat_free_crm-0.15.0.beta app/views/admin/tags/index.html.haml
fat_free_crm-0.14.0 app/views/admin/tags/index.html.haml
reduced_fat_crm-0.15.0.beta app/views/admin/tags/index.html.haml
reduced_fat_crm-0.14.0 app/views/admin/tags/index.html.haml
fat_free_crm-0.13.6 app/views/admin/tags/index.html.haml
fat_free_crm-0.13.5 app/views/admin/tags/index.html.haml
fat_free_crm-0.13.4 app/views/admin/tags/index.html.haml
fat_free_crm-0.13.3 app/views/admin/tags/index.html.haml
fat_free_crm-0.13.2 app/views/admin/tags/index.html.haml