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