Sha256: 361eb8a4225f033e8485b694891650ec6a6e582a6f904bf352f4ae1307573646
Contents?: true
Size: 558 Bytes
Versions: 2
Compression:
Stored size: 558 Bytes
Contents
<%= 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>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/shared/_confirm.html.erb |
typo-5.4.4 | app/views/shared/_confirm.html.erb |