Created by: gracewashere
Problem:
In fcd3fc7d, we moved logic for displaying resources into dashboard
classes. Unfortunately, we missed migrating the edit page's "Show" link
over to use the new logic. It is currently displaying the resource using
Ruby's built-in to_s
method.
Solution:
Migrate the button to the new method of displaying resources.