improves following view and updates specs

This commit is contained in:
decabeza
2017-12-07 16:31:05 +01:00
parent 36c61643e5
commit 377a1d9f01
6 changed files with 43 additions and 111 deletions

View File

@@ -64,12 +64,4 @@ module UsersHelper
end
end
def empty_interests_message_text(user)
if current_user == user
t('account.show.public_interests_my_empty_list')
else
t('account.show.public_interests_user_empty_list')
end
end
end