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

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