We're choosing the default `with_first_argument` style because it's the one we use the most.
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
<%= render "shared/social_share",
|
|
share_title: share_title,
|
|
title: proposal.title,
|
|
url: proposal_url(proposal),
|
|
description: t("proposals.share.message",
|
|
title: proposal.title,
|
|
handle: setting["org_name"]),
|
|
mobile: t("proposals.share.message",
|
|
title: proposal.title,
|
|
handle: setting["twitter_handle"]) %>
|