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.37.2 app/views/user/_password.rhtml
backlog-0.37.1 app/views/user/_password.rhtml
backlog-0.36.2 app/views/user/_password.rhtml
backlog-0.10.0 app/views/user/_password.rhtml
backlog-0.10.1 app/views/user/_password.rhtml
backlog-0.10.4 app/views/user/_password.rhtml
backlog-0.10.2 app/views/user/_password.rhtml
backlog-0.10.5 app/views/user/_password.rhtml
backlog-0.10.3 app/views/user/_password.rhtml
backlog-0.10.7 app/views/user/_password.rhtml
backlog-0.10.6 app/views/user/_password.rhtml
backlog-0.12.0 app/views/user/_password.rhtml
backlog-0.11.0 app/views/user/_password.rhtml
backlog-0.10.8 app/views/user/_password.rhtml
backlog-0.12.1 app/views/user/_password.rhtml
backlog-0.12.2 app/views/user/_password.rhtml
backlog-0.12.4 app/views/user/_password.rhtml
backlog-0.12.3 app/views/user/_password.rhtml
backlog-0.13.0 app/views/user/_password.rhtml
backlog-0.14.0 app/views/user/_password.rhtml