From 8378203de774c7b4de72c2a7a51acfa67df92b55 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 21 Feb 2008 18:38:04 +0000 Subject: [PATCH] ActionItem36: adding missing template --- app/views/friends/index.rhtml | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) create mode 100644 app/views/friends/index.rhtml 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