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