Sha256: 3c0b6c4d6f5cfad0a583b7e075d826a9574becb52508b1f3a479dd860cbb76ed
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
<div class="entry"> <h2><%= user_link(@user) %></h2> <% form_tag :action => 'update', :id => @user do %> <%= render :partial => 'form' %> <%= submit_tag(s_('Command|Update')) %> <% end %> </div> <%= link_to(s_('Menu|Show'), :action => 'show', :id => @user) %> | <%= link_to(s_('Menu|Back'), :action => 'index') %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-activeldap-0.8.3.1 | examples/al-admin/app/views/users/edit.rhtml |