_confirm.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>
- <h1><%= _("Congratulation!") %></h1>
- <p><%= _("You have successfully signed up") %></p>
- <p>
- <%= _("<strong>Login:</strong> %s", current_user.login)%>
- </p>
- <p>
- <%= _("<strong>Password:</strong> %s", session[:tmppass]) %>
- </p>
- <p>
- <%= _("Don't lose the mail sent at %s or you won't be able to login anymore", current_user.email)%>
- </p>
- <p>
- <%= _("Proceed to %s", link_to(_("admin"), :controller => 'admin/content/new')) %>
- </p>