Sha256: 0584d870900aa0bde7262832ef114b3f30472b150b7324849006ce882859ee8d
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
<p><%= h(@user.full_name) %> invites you to join <%= GlobalConfig.application_name %>.</p> <% if @message -%> <p><%= h(@message) %></p> <% end -%> <p>Visit <%= GlobalConfig.application_name %> at: <a href="<%= root_url %>"><%= root_url %></a></p> <p>See what <%= h(@user.full_name) %> is doing at: <a href="<%= profile_url(@user) %>"><%= profile_url(@user) %></a></p> <p>If the links do not work, try copying and pasting them into your web browser.</p>
Version data entries
3 entries across 3 versions & 1 rubygems