Sha256: f067971ba469fe0bb017d42316bd0f1d66da51ae255f6da783179c0ae8fb8293
Contents?: true
Size: 327 Bytes
Versions: 21
Compression:
Stored size: 327 Bytes
Contents
<p>Welcome <%= @resource.email %>!</p> <p>You can confirm your account email through the link below:</p> <% # TODO: get link working in test environment %> <% unless Rails.env == 'test' %> <p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems