From 76a472db177e8f697c3fb5f3827b7122cc6d6c86 Mon Sep 17 00:00:00 2001 From: Hugo Melo Date: Tue, 20 Oct 2015 13:03:04 -0200 Subject: [PATCH] Remove column threshold from badges admin index --- views/gamification_plugin_badges/index.html.erb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/views/gamification_plugin_badges/index.html.erb b/views/gamification_plugin_badges/index.html.erb index 1362689..08e1913 100644 --- a/views/gamification_plugin_badges/index.html.erb +++ b/views/gamification_plugin_badges/index.html.erb @@ -5,7 +5,6 @@ Name Title Level - Threshold @@ -16,7 +15,6 @@ <%= gamification_plugin_badge.name %> <%= gamification_plugin_badge.title %> <%= gamification_plugin_badge.level %> - <%= gamification_plugin_badge.threshold %> <%= link_to 'Show', :action => :show, :id => gamification_plugin_badge.id %> <%= link_to 'Edit', :action => :edit, :id => gamification_plugin_badge.id %> <%= button_without_text :delete, _('Remove'), {:action => :destroy, :id => gamification_plugin_badge.id}, :method => :post, :confirm => _('Are you sure?') %> -- libgit2 0.21.2