From de452eab71dd38e715efd6304c51f4bb7cdeb499 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Mon, 4 Aug 2014 19:47:08 -0300 Subject: [PATCH] [suggestions] Added suggestion list on friends block --- app/views/shared/_profile_suggestions_list.html.erb | 4 ++-- plugins/people_block/lib/friends_block.rb | 7 ++++++- plugins/people_block/public/style.css | 26 ++++++++++++++++++++++++++ plugins/people_block/views/blocks/friends.html.erb | 10 ++++++++++ public/designs/themes/base/style.css | 6 +++++- public/stylesheets/application.css | 20 ++++++++++++++------ 6 files changed, 63 insertions(+), 10 deletions(-) diff --git a/app/views/shared/_profile_suggestions_list.html.erb b/app/views/shared/_profile_suggestions_list.html.erb index c22f671..d34d4db 100644 --- a/app/views/shared/_profile_suggestions_list.html.erb +++ b/app/views/shared/_profile_suggestions_list.html.erb @@ -11,7 +11,7 @@ <%= link_to_profile profile_image(s.suggestion, :minor) + '
' + s.suggestion.short_name, s.suggestion.identifier, :class => 'profile-link' %> <%= button_without_text :help, content_tag('span',_('info about suggestion')), - { :action => '#' }, + '#', :class => 'explain-suggestion', :title => _('Why this suggestion?') %>