diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml
new file mode 100644
index 0000000..97fd571
--- /dev/null
+++ b/app/views/friends/index.rhtml
@@ -0,0 +1,12 @@
+
<%= _("%s's friends") % profile.name %>
+
+
+<% @friends.each do |friend| %>
+ - <%= profile_image_link(friend)%>
+<% end %>
+
+
+
+<% button_bar do %>
+ <%= button(:back, _('Go back'), :controller => 'profile_editor') %>
+<% end %>
--
libgit2 0.21.2