Sha256: 91d8e30ab034012ab76fb1a523ee08bf490ac51f43d959b725f2e78db9f372ae

Contents?: true

Size: 886 Bytes

Versions: 18

Compression:

Stored size: 886 Bytes

Contents

<% if current_user %>
  <div id="follow-resource">
    <% if current_user.follows?(followable) %>
      <%= button_to decidim.follow_path, class: "button secondary hollow expanded small button--icon follow-button", params: { follow: { followable_gid: followable.to_sgid.to_s }}, data: { disable: true }, method: :delete, remote: true do %>
        <%= icon "bell" %>
        <span>
          <%= t("follows.destroy.button", scope: "decidim") %>
        </span>
      <% end %>
    <% else %>
      <%= button_to decidim.follow_path, class: "button secondary hollow expanded small button--icon follow-button", params: { follow: { followable_gid: followable.to_sgid.to_s }}, data: { disable: true }, remote: true do %>
        <%= icon "bell" %>
        <span>
          <%= t("follows.create.button", scope: "decidim") %>
        </span>
      <% end %>
    <% end %>
  </div>
<% end %>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
decidim-core-0.6.8 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.8 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.7 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.7 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.6 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.6 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.5 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.5 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.4 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.4 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.3 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.3 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.2 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.2 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.1 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.1 decidim-core/app/views/decidim/shared/_follow_button.html.erb
decidim-core-0.6.0 app/views/decidim/shared/_follow_button.html.erb
decidim-0.6.0 decidim-core/app/views/decidim/shared/_follow_button.html.erb