Sha256: b8d7ff5bac927488ae8e1f5cc644b45b3b17385f75a4b5d441e70dc4f3337c4c
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 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 %> <div class="admin"> <%= render_partial "form" %> </div> <div id="operations" class="paginate r"> <%= save %> or <%= cancel %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.0.2 | app/views/admin/users/edit.html.erb |
typo-5.0.1 | app/views/admin/users/edit.html.erb |
typo-5.0 | app/views/admin/users/edit.html.erb |