| <%= Report.human_attribute_name(:id) %> | <%= Report.human_attribute_name(:name) %> | <%= Report.human_attribute_name(:comment) %> |
|---|---|---|
| <%= link_to(report.id, url_for([:work, report])) %> | <%= link_to(report.name, url_for([:work, report])) %> | <%= link_to(report.comment, url_for([:work, report])) %> |