Files
once-campfire/app/helpers/accounts_helper.rb
T
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

6 lines
188 B
Ruby

module AccountsHelper
def account_logo_tag(style: nil)
tag.figure image_tag(fresh_account_logo_path, alt: "Account logo", size: 300), class: "account-logo avatar #{style}"
end
end