Sha256: 65d2ca06fc9197228b16514b75da36aaaa8186fce423011b0345e773c3224abe

Contents?: true

Size: 908 Bytes

Versions: 18

Compression:

Stored size: 908 Bytes

Contents

<div class="modal hide" id="modal-forget-password">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal">×</button>
    <h3><%%= t(:forgot_password, :default => "Forgot password") %></h3>
  </div>
  <div class="modal-body">
    <%%= form_for('<%= model %>', :as => '<%= model %>', :url => password_path('<%= model %>'), :html => { :method => :post, :class => "form-horizontal" }) do |f| %>
      <div class="control-group">
        <%%= f.label :email, t(:email, :default => "Email"), :class => "control-label" %>
        <div class="controls">
          <%%= f.email_field :email %>
        </div>
      </div>
      <div class="control-group">
        <div class="controls">
          <%%= f.submit t(:send_me_reset_password_instructions, :default => "Send me reset password instructions"), :class => 'btn' %>
        </div>
      </div>
    <%% end %>
  </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
beautiful_scaffold-0.3.3 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.2 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.1 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc6 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc5 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc4 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc3 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc2 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.rc1 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.3.0.pre lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.7 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.6 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.5 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.4 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.3 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.2 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.1 lib/generators/templates/app/views/partials/_forget_password.html.erb
beautiful_scaffold-0.2.0 lib/generators/templates/app/views/partials/_forget_password.html.erb