| <%= Element.human_attribute_name(:id) %> | <%= Element.human_attribute_name(:page_id) %> | <%= Element.human_attribute_name(:title) %> |
|---|---|---|
| <%= link_to(element.id, url_for(element)) %> | <%= link_to(element.page_id, url_for(element)) %> | <%= link_to(element.title, url_for(element)) %> |