Sha256: 8dc3905a9cb6dca689fbe1d24a97cc2bc795d9d2c9c12f8f9a3be3c78613337b
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
<div class="aikotoba-unlock-new"> <div class="message"> <% if notice %> <p><%= notice %></p> <% end %> <% if alert %> <p><%= alert %></p> <% end %> </div> <h1><%= I18n.t(".aikotoba.unlocks.new") %></h1> <%= form_with model: @account, method: :post, url: aikotoba.create_unlock_token_path do |f| %> <p> <%= f.label :email %> <%= f.email_field :email, required: true %> </p> <%= f.submit I18n.t(".aikotoba.unlocks.new") %> <% end %> <p> <%= link_to I18n.t(".aikotoba.sessions.new"), aikotoba.new_session_path %> </p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aikotoba-0.1.1 | app/views/aikotoba/unlocks/new.html.erb |
aikotoba-0.1.0 | app/views/aikotoba/unlocks/new.html.erb |