Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Nov 22, 2013
1 parent e9b7c47 commit 56e93bb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/active_admin/batch_actions/views/batch_action_selector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ def batch_actions_to_display
end
end

# def build_batch_action_button
# a :class => 'table_tools_button dropdown_button disabled', :href => "#batch_actions_popover", :id => "batch_actions_button" do
# text_node I18n.t("active_admin.batch_actions.button_label")
# end
# end

# def build_batch_action_popover
# end

end

end
end

0 comments on commit 56e93bb

Please sign in to comment.