Sha256: 6bc9567e9bfb95ecd85e6831e549f2e7ff2e25e3f28bef95452ec24babc57d46

Contents?: true

Size: 640 Bytes

Versions: 3

Compression:

Stored size: 640 Bytes

Contents

<%= h1 do %>
	<%= t("you_are_almost_done", :default => "You are almost done!") %>
<% end %>
<%= h2 do %>
	<%= t("to_verify_your_account_and_complete_the_registration_process_please_click_in_the_link_below_or_copy_paste_the_url_into_your_browser", :default => "To verify your account and complete the registration process please click in the link below or copy paste the URL into your browser") %>
<% end  %>
<br/>
<%= advertised_link t("confirm_my_account", default:'Confirm my account'), confirmation_url(@resource, :confirmation_token => (Gem.loaded_specs["devise"].version.version >= "3.0.0" ? @token : @resource.confirmation_token)) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
instedd-rails-0.0.27 app/views/user_mailer/confirmation_instructions.html.erb
instedd-rails-0.0.26 app/views/user_mailer/confirmation_instructions.html.erb
instedd-rails-0.0.25 app/views/user_mailer/confirmation_instructions.html.erb