From f250f5b6b416bf23014026fdfbe09d92c7ae4c74 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Sun, 7 Sep 2008 20:20:55 +0000 Subject: [PATCH] ActionItem660: tosqueira retirada --- app/views/friends/index.rhtml | 4 +++- public/images/icons-cat/Alimentos_e_bebidas.png | Bin 382 -> 0 bytes public/stylesheets/controller_profile.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml index b7a1394..58692a4 100644 --- a/app/views/friends/index.rhtml +++ b/app/views/friends/index.rhtml @@ -21,7 +21,9 @@ <% if @friends.empty? %>

- <%= __('You have no friends yet. Go make some.') %> + <%# __('You have no friends yet. Go make some.') %> + <%= _('You have no contacts yet.') %> + <%= link_to _('Want you see other persons on this environment?'), :controller => 'search', :action => 'assets', :asset => 'people' %>

<% end %> diff --git a/public/images/icons-cat/Alimentos_e_bebidas.png b/public/images/icons-cat/Alimentos_e_bebidas.png index fdf63bf..5ad5810 100644 Binary files a/public/images/icons-cat/Alimentos_e_bebidas.png and b/public/images/icons-cat/Alimentos_e_bebidas.png differ diff --git a/public/stylesheets/controller_profile.css b/public/stylesheets/controller_profile.css index 81fcd73..2c51f11 100644 --- a/public/stylesheets/controller_profile.css +++ b/public/stylesheets/controller_profile.css @@ -1,6 +1,6 @@ @import url(profile-list-block.css); .button-bar { - margin-top: 40px; + padding-top: 40px; clear: both; } -- libgit2 0.21.2