Sha256: 40f26b23013c79047861b9108172d5277b73e9d8674575fb8aa18dd902f8a35e

Contents?: true

Size: 738 Bytes

Versions: 69

Compression:

Stored size: 738 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 => 16, :value => '' %></td>
    </tr>
    <tr class="two_columns">
      <td class="prompt"><label>Password confirmation:</label></td>
      <td class="value"><%= password_field 'user', 'password_confirmation', :size => 16, :value => '' %></td>
    </tr>
    <% if submit %>
    <tr>
      <td colspan="2">
        <%= submit_tag l(:change_password) %>
      </td>
    </tr>
    <% end %>
  </table>
</div>                                                                          

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
backlog-0.21.1 app/views/user/_password.rhtml
backlog-0.21.2 app/views/user/_password.rhtml
backlog-0.21.3 app/views/user/_password.rhtml
backlog-0.22.1 app/views/user/_password.rhtml
backlog-0.22.0 app/views/user/_password.rhtml
backlog-0.23.0 app/views/user/_password.rhtml
backlog-0.24.0 app/views/user/_password.rhtml
backlog-0.23.1 app/views/user/_password.rhtml
backlog-0.25.0 app/views/user/_password.rhtml
backlog-0.26.0 app/views/user/_password.rhtml
backlog-0.28.0 app/views/user/_password.rhtml
backlog-0.29.0 app/views/user/_password.rhtml
backlog-0.31.0 app/views/user/_password.rhtml
backlog-0.30.0 app/views/user/_password.rhtml
backlog-0.31.1 app/views/user/_password.rhtml
backlog-0.32.0 app/views/user/_password.rhtml
backlog-0.33.0 app/views/user/_password.rhtml
backlog-0.33.1 app/views/user/_password.rhtml
backlog-0.34.1 app/views/user/_password.rhtml
backlog-0.34.2 app/views/user/_password.rhtml