From 7f3c26b040871e1ec6f7815c96387d44d31b11f6 Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Mon, 18 Jul 2016 13:28:57 -0300 Subject: [PATCH] Uses a New button with icon for new circle --- app/views/blocks/profile_info_actions/_select_circles.html.erb | 4 +--- public/stylesheets/profile.scss | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/blocks/profile_info_actions/_select_circles.html.erb b/app/views/blocks/profile_info_actions/_select_circles.html.erb index d17ff72..79b43fd 100644 --- a/app/views/blocks/profile_info_actions/_select_circles.html.erb +++ b/app/views/blocks/profile_info_actions/_select_circles.html.erb @@ -8,9 +8,7 @@ <% end %> - - <%= _("New Circle") %> - + <%= button(:add, _('New Circle'), '#', :id => "new-circle") %>