Sha256: 0ea56c39aca350c440c2c6acf95dce258dc86525582c2e961b2a1e6e1bb3e549
Contents?: true
Size: 336 Bytes
Versions: 114
Compression:
Stored size: 336 Bytes
Contents
module AuthorsHelper def attribution_caption(guide) if guide.collaborators.present? t(:authoring_note_with_collaborators_html, authors: guide.authors, collaborators: "https://raw.githubusercontent.com/#{guide.slug}/master/COLLABORATORS.txt") else t(:authoring_note_html, authors: guide.authors) end end end
Version data entries
114 entries across 114 versions & 1 rubygems