Sha256: 8374429b8b42b443b6fd9414326d528468a637a809c27c7bc316827daac8fecc

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

  <% @page_heading = 'Users' %>

  <%= start_form_tag :action=>"edit", :id => @user.id %>

  <h3>Editing user</h3>
  <div class="form">	
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save %> or <%= cancel %>
  </div>

  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/users/edit.rhtml
typo-3.99.1 app/views/admin/users/edit.rhtml
typo-3.99.2 app/views/admin/users/edit.rhtml
typo-3.99.3 app/views/admin/users/edit.rhtml
typo-4.0.1 app/views/admin/users/edit.rhtml
typo-3.99.4 app/views/admin/users/edit.rhtml
typo-4.0.2 app/views/admin/users/edit.rhtml
typo-4.0.0 app/views/admin/users/edit.rhtml
typo-4.0.3 app/views/admin/users/edit.rhtml