Sha256: fa564c34c0633ecec5db04df36a618269668a29d69c85d933529ca62da6eb8a1

Contents?: true

Size: 158 Bytes

Versions: 9

Compression:

Stored size: 158 Bytes

Contents

module AuthorsHelper
  def title_for_grouping(author)
    "#{pluralize(author.published_articles.size, 'post')} with author #{author.display_name}"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-5.0.2 app/helpers/authors_helper.rb
typo-5.0.1 app/helpers/authors_helper.rb
typo-5.0.3.98.1 app/helpers/authors_helper.rb
typo-5.0 app/helpers/authors_helper.rb
typo-5.0.3.98 app/helpers/authors_helper.rb
typo-5.1.2 app/helpers/authors_helper.rb
typo-5.1.1 app/helpers/authors_helper.rb
typo-5.1.3 app/helpers/authors_helper.rb
typo-5.1 app/helpers/authors_helper.rb