Sha256: 045bb29c575b3eae7d635e4f46ef4059a0c44c387526a29d0fdfea3143d975eb

Contents?: true

Size: 696 Bytes

Versions: 8

Compression:

Stored size: 696 Bytes

Contents

<div class="user_password">
  <%= hidden_field 'user', 'form', :value => 'change_password' %>

  <table>
    <tr class="two_columns">
      <td class="prompt"><label>Password:</label></td>
      <td class="value"><%= password_field 'user', 'password', :size => 30 %></td>
    </tr>
    <tr class="two_columns">
      <td class="prompt"><label>Password confirmation:</label></td>
      <td class="value"><%= password_field 'user', 'password_confirmation', :size => 30 %></td>
    </tr>
    <% if submit %>
    <tr>
      <td>
        <%= submit_tag 'change_password' %>
      </td>
    </tr>
    <% end %>
  </table>
</div>                                                                          

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
backlog-0.0.0 app/views/user/_password.rhtml
backlog-0.0.1 app/views/user/_password.rhtml
backlog-0.0.2 app/views/user/_password.rhtml
backlog-0.0.5 app/views/user/_password.rhtml
backlog-0.0.4 app/views/user/_password.rhtml
backlog-0.1.0 app/views/user/_password.rhtml
backlog-0.1.1 app/views/user/_password.rhtml
backlog-0.1.2 app/views/user/_password.rhtml