From d454cdd1efcee850d91cc8780edeac128e8e1689 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 22 Feb 2016 11:21:26 -0300 Subject: [PATCH] Fix button icon --- views/gamification/_gamification_profile_settings.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/gamification/_gamification_profile_settings.html.erb b/views/gamification/_gamification_profile_settings.html.erb index 0c71e31..b42c7a5 100644 --- a/views/gamification/_gamification_profile_settings.html.erb +++ b/views/gamification/_gamification_profile_settings.html.erb @@ -1,7 +1,7 @@

<%= _('Gamification Settings') %>

<% if profile.gamification_plugin_disabled %> - <%= button(:remove, _('Enable gamification'), + <%= button(:add, _('Enable gamification'), {:action => :enable_gamification, profile: profile.identifier, controller: :gamification_plugin_myprofile}, :id => 'gamification_enable', :data => {:confirm=>_("Are you sure you want to activate gamification for this profile?")}) -- libgit2 0.21.2