Module: Card::Set::All::Follow::FollowLinkViews::HtmlFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod028-follow/all/follow/follow_link_views.rb

Instance Method Summary collapse

Instance Method Details

#follow_buttonObject



25
26
27
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/follow/follow_link_views.rb', line 25

def follow_button
  follow_link_class.new(self).button
end


29
30
31
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/follow/follow_link_views.rb', line 29

def follow_modal_link
  follow_link_class.new(self).modal_link
end

#view: follow_buttonObject



33
34
35
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/follow/follow_link_views.rb', line 33

view :follow_button, cache: :never do
  follow_button
end