<%= h(la_(@attribute)) %>

<%= h(@attribute.id) %>

<%= _("Description") %>

<%= h(lad_(@attribute)) %>

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

<%= _("Super attribute") %>

<%= link_to(h(la_(@attribute.super_attribute)), :action => "show", :id => @attribute.super_attribute) %>

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