Sha256: 8aefd75086e6d2c233aa6bb0b292418d78fec123b828e8a2a4e8f3a604a73c4a
Contents?: true
Size: 520 Bytes
Versions: 9
Compression:
Stored size: 520 Bytes
Contents
<% @meta_title = "Отправка инструкций по активации" %> <% page_title "Отправка инструкций по активации" %> <div class="ct-box"> <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> <%= devise_error_messages! %> <p><%= f.label :email %> <%= f.email_field :email %></p> <p><%= f.submit "Отправить" %></p> <% end %> <%= render "devise/shared/links" %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems