Sha256: b815eae7d6f5f4dc6df85ad275e5de1da78dc81e4c3cec7917dbb2932a41438a

Contents?: true

Size: 160 Bytes

Versions: 5

Compression:

Stored size: 160 Bytes

Contents

module AuthorsHelper

  def display_profile_item(item, show_item, item_desc)
    content_tag :li do
      "#{item_desc} #{item}"
    end if show_item
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.4.4 app/helpers/authors_helper.rb
typo-5.4.3 app/helpers/authors_helper.rb
typo-5.4.2 app/helpers/authors_helper.rb
typo-5.4.1 app/helpers/authors_helper.rb
typo-5.4 app/helpers/authors_helper.rb