<% content_for :body do %>

<%= t("notifier.signup_confirm.greeting") %>

<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>

<%= t("notifier.signup_confirm.confirm") %>

<%= link_to @url, @url, :style => "white-space: nowrap" %>

<%= t("notifier.signup_confirm.welcome") %>

<% end %>