Sha256: 0020cdcacecc413626a38befdda35b2514d1bf3f803e0eb239bd8335c18f8353

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

module SlashAdmin::WidgetsHelper
  # number, title, icon, progress_label, percent, status
  def statistic_progress_tile(options = {})
    render 'slash_admin/dashboard/widgets/statistic_progress_tile', options: options
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slash_admin-1.0.1 app/helpers/slash_admin/widgets_helper.rb
slash_admin-1.0 app/helpers/slash_admin/widgets_helper.rb