diff --git a/app/views/shared/_aspect_contacts.haml b/app/views/aspects/_aspect_contacts.haml
similarity index 100%
rename from app/views/shared/_aspect_contacts.haml
rename to app/views/aspects/_aspect_contacts.haml
diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index 2bb7512a295f0089e76b61cb198834bd2322520f..a6a8b522bdccdfc60c544076f626df0af9fdb26c 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -21,5 +21,5 @@
     = will_paginate @posts
 
 .span-8.last
-  = render 'shared/aspect_contacts', :contacts => @contacts, :aspect => @aspect
+  = render 'aspects/aspect_contacts', :contacts => @contacts, :aspect => @aspect
 
diff --git a/app/views/aspects/show.html.haml b/app/views/aspects/show.html.haml
index bcf7898537b0fc5b47d3a5ab9ead2fa493f4517e..480eff296b848c1f095d3926d51f8c2634a5dd1c 100644
--- a/app/views/aspects/show.html.haml
+++ b/app/views/aspects/show.html.haml
@@ -11,7 +11,7 @@
     = link_to t('.edit_aspect'), "#", :id => "edit_aspect_trigger"
 
 .span-8.append-1
-  = render 'shared/aspect_contacts', :contacts => @aspect_contacts, :aspect => @aspect
+  = render 'aspects/aspect_contacts', :contacts => @aspect_contacts, :aspect => @aspect
   = render 'aspects/edit_aspect_pane', :contacts => @contacts, :aspect => @aspect