From 1b3c8fbc74a10e95959b96538b1054e5e8a48b37 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 22 Feb 2008 23:08:20 +0000 Subject: [PATCH] ActionItem36: adding missing template --- app/views/profile/friends.rhtml | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100644 app/views/profile/friends.rhtml 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