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