| <%= Report.human_attribute_name(:id) %> | <%= Report.human_attribute_name(:name) %> | <%= Report.human_attribute_name(:comment_html) %> |
|---|---|---|
| <%= link_to(report.id, url_for(report)) %> | <%= link_to(report.name, url_for(report)) %> | <%= link_to(truncate(strip_tags(report.comment)), url_for(report)) if report.comment %> |