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 %>

+ + + +<% button_bar do %> + <%= button(:back, _('Go back'), :controller => 'profile') %> +<% end %> -- libgit2 0.21.2