Sha256: 1617a0d797a304ead973e8fab7bfc0bb11b469e4b8004f83a91d40bf7268d954

Contents?: true

Size: 499 Bytes

Versions: 5

Compression:

Stored size: 499 Bytes

Contents

<p><%= t(:welcome).capitalize + ' ' + @email %>!</p>

<p><%= t('.confirm_link_msg') %></p>

<p>
  <% if message['schema_url'].present? %>
    <%= link_to t('.confirm_account_link'), "#{message['schema_url']}?#{confirmation_query(resource_name: @resource.class.to_s, redirect_url: message['redirect-url'], token: @token).to_query}" %>
  <% else %>
    <%= link_to t('.confirm_account_link'), "#{CGI.escape(message['redirect-url'].to_s)}?#{{ confirmationToken: @token }.to_query}" %>
  <% end %>
</p>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
graphql_devise-0.18.2 app/views/graphql_devise/mailer/confirmation_instructions.html.erb
graphql_devise-0.18.1 app/views/graphql_devise/mailer/confirmation_instructions.html.erb
graphql_devise-0.18.0 app/views/graphql_devise/mailer/confirmation_instructions.html.erb
graphql_devise-0.17.1 app/views/graphql_devise/mailer/confirmation_instructions.html.erb
graphql_devise-0.17.0 app/views/graphql_devise/mailer/confirmation_instructions.html.erb