Sha256: 91964694479bf9e3b1ecf762ac5a9bdb987501db20f9ad0ec0613729c26965fb

Contents?: true

Size: 476 Bytes

Versions: 23

Compression:

Stored size: 476 Bytes

Contents

<% if flash_scope = flash[:forgot_password] -%>
  <% if flash_scope[:error] -%>
    <span class="forgot-password-error"><%= flash_scope[:error] %></span>
  <% end -%>
  <% if flash_scope[:notice] -%>
    <span class="forgot-password-notice"><%= flash_scope[:notice] %></span>
  <% end -%>
<% end -%>

<%= form_tag '' do %>
  <label for="email">Your account email address:</label>
  <%= text_field_tag "email" %><br>
  <%= submit_tag "Request reset password token"%>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
browsercms-3.3.1 app/views/portlets/forgot_password/render.html.erb
browsercms-3.3.0 app/views/portlets/forgot_password/render.html.erb
browsercms-3.3.0.beta app/views/portlets/forgot_password/render.html.erb