| <%= Element.human_attribute_name(:id) %> | <%= Element.human_attribute_name(:report_id) %> | <%= Element.human_attribute_name(:path) %> | <%= Element.human_attribute_name(:title) %> | <%= Element.human_attribute_name(:description_html) %> |
|---|---|---|---|---|
| <%= link_to(element.id, url_for(element)) %> | <%= link_to(element.report_id, url_for(element)) %> | <%= link_to(element.path, url_for(element)) %> | <%= link_to(element.title, url_for(element)) %> | <%= link_to(truncate(strip_tags(element.description_html)), url_for(element)) %> |