app/helpers/blacklight/component_helper_behavior.rb in blacklight-6.0.0.pre5 vs app/helpers/blacklight/component_helper_behavior.rb in blacklight-6.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Blacklight
module ComponentHelperBehavior
def document_action_label action, opts
t("blacklight.tools.#{action}", default: opts.label || action.to_s.humanize)