Sha256: 6fc34cdf71ee5c24778559f5f02a6a1aa46118446af9e34f76a52314fb89d217

Contents?: true

Size: 969 Bytes

Versions: 1

Compression:

Stored size: 969 Bytes

Contents

{{header}}

<h4>{{inviter}} wants you to join <span style="color: darkgreen">{{group.name}}</span> on ThingRoulette.</h4>

<div style="margin:20px">
  <a style="display:inline-block;padding:7px 15px;background-color:#32b12c;color:#fff;font-size:16px;font-weight:bold;border-radius:2px;border:solid 1px #23891f;white-space:nowrap;text-decoration:none" href="{{accept_url}}" target="_blank">Yes Please</a>
  |
  <a style="display:inline-block;padding:7px 15px;background-color:#d44b38;color:#fff;font-size:16px;font-weight:bold;border-radius:2px;border:solid 1px #c43b28;white-space:nowrap;text-decoration:none" href="{{reject_url}}" target="_blank">No Thanks</a>
</div>

{{footer}}


<hr />
{
  "inviter": "Gavin Joyce",
  "accept_url": "http://auth.restpack.org:8012/groups/rsvp?group_id=142857&key=ABCDEFG",
  "reject_url": "http://auth.restpack.org:8012/groups/rsvp?group_id=142857&reject=1&key=ABCDEFG",
  "group": {
    "id": 142857,
    "name": "Some Group"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restpack_email_service-0.0.2 templates/group.invitation.html.liquid