Sha256: 64fe5de5afc1f8cb0cbdb7f00e4edef0387a6f933ac97e7fd6ce4857ee827f5f

Contents?: true

Size: 247 Bytes

Versions: 43

Compression:

Stored size: 247 Bytes

Contents

#! no set module

class StopFollowLink < FollowLink
  def initialize format
    @rule_content = "*never"
    @link_text = "following"
    @hover_text = "unfollow"
    @action = "stop sending"
    @css_class = "btn-item-delete"
    super
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
card-mod-follow-0.18.1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.18.0 set/all/follow/stop_follow_link.rb
card-mod-follow-0.17.0 set/all/follow/stop_follow_link.rb
card-mod-follow-0.16.0 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.6 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.5 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.4 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.3 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.2.pre1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.1.1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.15.0 set/all/follow/stop_follow_link.rb
card-mod-follow-0.14.2 set/all/follow/stop_follow_link.rb
card-mod-follow-0.14.1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.14.0 set/all/follow/stop_follow_link.rb
card-mod-follow-0.13.4 set/all/follow/stop_follow_link.rb
card-mod-follow-0.13.3 set/all/follow/stop_follow_link.rb
card-mod-follow-0.13.2 set/all/follow/stop_follow_link.rb
card-mod-follow-0.13.1 set/all/follow/stop_follow_link.rb
card-mod-follow-0.13.0 set/all/follow/stop_follow_link.rb