Sha256: e1b649742479a5ad62e96468a2bceab7375bae063fbc8488d069ff3379d6ff4b

Contents?: true

Size: 666 Bytes

Versions: 5

Compression:

Stored size: 666 Bytes

Contents

<% content_for :title, t(:reset_password) -%>

<h1 class="title"><%= content_for :title %></h1>
<h2 class="subtitle">
  <%= render 'message' %>
</h2>
<%= form_tag(reset_password_index_path) do %>
    <div class="field">
      <%= label_tag :email, t(:email), class: 'label' %>
      <div class="control">
        <%= text_field_tag :email, nil, class: 'input' %>
      </div>
    </div>
    <div class="field is-grouped">
      <div class="control">
        <%= submit_tag t(:send_email), class: 'button is-link' %>
      </div>
      <div class="control">
        <%= link_to t(:back), new_session_path, class: 'button is-text' %>
      </div>
    </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
boxroom-0.0.5 app/views/boxroom/reset_password/new.html.erb
boxroom-0.0.4 app/views/boxroom/reset_password/new.html.erb
boxroom-0.0.3 app/views/boxroom/reset_password/new.html.erb
boxroom-0.0.2 app/views/boxroom/reset_password/new.html.erb
boxroom-0.0.1 app/views/boxroom/reset_password/new.html.erb