Sha256: eb1974ba9f6637ccfcbc5f3f8ceb601d6c71c7bc5d755c39ce216226b7a38065

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

  <% @page_heading = _('Edit User') %>
  <% content_for('tasks') do %>
  <%= tab _("New User"), :controller=>"users", :action=>"new"%>
  <%= task_overview %>
  <% end%>

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

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

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

  <% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/users/edit.rhtml
typo-4.1 app/views/admin/users/edit.rhtml