diff options
author | francis <francis> | 2008-03-17 11:48:43 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-17 11:48:43 +0000 |
commit | 4663ae1c54ac286dd46cab6b7b1b08b6116a5fb2 (patch) | |
tree | 3339573b0a586a858130f678f6a0f150a85497cc | |
parent | 3965d0559415fb97bf7e4ef477c780c838dab693 (diff) |
Link to admin page
-rw-r--r-- | app/views/admin/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index 1f259d376..9d330784c 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -22,7 +22,7 @@ <h2>Public bodies with missing contact details</h2> <ul> <% for @blank_contact in @blank_contacts %> - <li><%= link_to h(@blank_contact.name), main_url(public_body_url(@blank_contact)) %></li> + <li><%= link_to h(@blank_contact.name), "body/show/" + @blank_contact.id.to_s %></li> <% end %> </ul> <% end %> |