Sha256: 5d1f765cf52e1ef749df492002c79a7fa7f3fd77a7b8611118fff76fb2fd7188

Contents?: true

Size: 879 Bytes

Versions: 12

Compression:

Stored size: 879 Bytes

Contents

<div class="attribute detail">
  <h2><%= h(la_(@attribute)) %></h2>
  <span class="full-identifier"><%= h(@attribute.id) %></span>

  <h3><%= _("Description") %></h3>
  <p class="description"><%= h(lad_(@attribute)) %></p>

<% unless @attribute.aliases.empty? -%>
  <%= render(:partial => "_schema/aliases", :object => @attribute.aliases) %>
<% end -%>

<% if @attribute.super_attribute -%>
  <h3><%= _("Super attribute") %></h3>
  <p class="super-attribute">
    <%= link_to(h(la_(@attribute.super_attribute)),
                :action => "show",
                :id => @attribute.super_attribute) %>
  </p>
<% end -%>

  <% switcher("attribute-detail", _("Detail")) do %>
    <%= render(:partial => "detail", :locals => {:attribute => @attribute}) %>
  <% end %>
</div>

<div class="navi">
  <ul>
    <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/attributes/show.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.2.2 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.2.1 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.2.0 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.1.0 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.0.0 examples/al-admin/app/views/attributes/show.html.erb
activeldap-0.9.0 examples/al-admin/app/views/attributes/show.rhtml
activeldap-0.10.0 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.0.9 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.0.2 examples/al-admin/app/views/attributes/show.html.erb
activeldap-1.0.1 examples/al-admin/app/views/attributes/show.html.erb