Sha256: 2a065c5351fcc660a8eef30a0263ac9c367459652e8cc55df8ac4471b21cf1f2

Contents?: true

Size: 615 Bytes

Versions: 2

Compression:

Stored size: 615 Bytes

Contents

<%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>

<p id="flash"><%= render_flash rescue nil %></p>

<% form_tag :action=> "recover_password" do %>
<div>
  <h2><label for="user_login"><%= _("Username or email") %>:</label></h2>
  <p class='input_text_title'>
    <%= text_field(:user, :login, {:class => 'title large'})%>
  </p>
</div>
<p><input type="submit" id="submit" class='save large' value="<%= _('Submit')%>" /></p>
<p>
<small><%= link_to "&laquo; #{_('Back to ')} #{this_blog.blog_name}", this_blog.base_url %></small>
</p>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/accounts/recover_password.html.erb
typo-5.4.2 app/views/accounts/recover_password.html.erb