Sha256: b49d07ff1c5ae37b88699ed06cb7c127e54510511dec67dd275935b71f348748

Contents?: true

Size: 580 Bytes

Versions: 8

Compression:

Stored size: 580 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class All
# Set: All cards (Follow)
#
#! no set module
module Follow;
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/all/follow/stop_follow_link.rb"; end

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
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/all/follow/stop_follow_link.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod026-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.6 tmpsets/set/mod026-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.5 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.4 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.3 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.2 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.1 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb
card-1.101.0 tmpsets/set/mod025-card-mod-follow/all/follow/stop_follow_link.rb