| <%= Page.human_attribute_name(:id) %> | <%= Page.human_attribute_name(:position) %> | <%= Page.human_attribute_name(:path) %> | <%= Page.human_attribute_name(:url) %> | <%= Page.human_attribute_name(:report_id) %> |
|---|---|---|---|---|
| <%= link_to(page.id, url_for(page)) %> | <%= link_to(page.position, url_for(page)) %> | <%= link_to(page.path, url_for(page)) %> | <%= link_to(page.url, url_for(page)) %> | <%= link_to(page.report_id, url_for(page)) %> |