Sha256: 63048c72c9fd2250e6f09925d28d72d8503227f112cfdc5ff7c1ffc789564490

Contents?: true

Size: 572 Bytes

Versions: 13

Compression:

Stored size: 572 Bytes

Contents

- class_name = entity.class.name.downcase
- id_prefix = "#{class_name}_#{entity.id}"

- subscribed = entity.subscribed_users.include?(current_user.id)

- if subscribed
  - link_text, action = [t(:disable_email_subscriptions), "unsubscribe"]
- else
  - link_text, action = [t(:subscribe_via_email), "subscribe"]

%div{id: "#{id_prefix}_subscribe", class: "comment_subscriptions"}
  = image_tag "notifications.png", title: t(:notifications_tooltip)
  = link_to link_text, url_for(controller: class_name.pluralize, action: action, id: entity.id), remote: true, method: :post

Version data entries

13 entries across 13 versions & 1 rubygems

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