Sha256: 5d9ac6fe6c3e8fa654987d2a90d4a618d7af86b61add66f67b284ceca9bf6493

Contents?: true

Size: 412 Bytes

Versions: 12

Compression:

Stored size: 412 Bytes

Contents

<div class="detail">
  <h2><%= user_link(@user) %></h2>
  <span class="full-identifier"><%= h(@user.dn) %></span>

  <% form_tag(:action => 'update', :id => @user) do %>
    <%= render :partial => 'form' %>
  <% end %>
</div>

<div class="navi">
  <ul>
    <li><%= link_to(s_('Menu|Show'), :action => 'show', :id => @user) %></li>
    <li><%= link_to(s_('Menu|Index'), :action => 'index') %></li>
  </ul>
</div>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
activeldap-1.2.3 examples/al-admin/app/views/users/edit.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.2.2 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.2.1 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.2.0 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.1.0 examples/al-admin/app/views/users/edit.html.erb
activeldap-0.10.0 examples/al-admin/app/views/users/edit.html.erb
activeldap-0.9.0 examples/al-admin/app/views/users/edit.rhtml
activeldap-1.0.0 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.0.1 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.0.2 examples/al-admin/app/views/users/edit.html.erb
activeldap-1.0.9 examples/al-admin/app/views/users/edit.html.erb