Module: Kinney::HomePageFeaturedClipHelper

Defined in:
app/helpers/kinney/home_page_featured_clip_helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
7
8
9
# File 'app/helpers/kinney/home_page_featured_clip_helper.rb', line 3

def home_page_featured_clip_title
  title = @featured_clip.title
  title +=  :div,
    link_to(@person.full_name, @person),
    class: :person_title
  title.html_safe
end