mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-16 03:50:43 +09:00
df76a227dc
First open source release of Campfire 🎉
6 lines
188 B
Ruby
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
|