Sha256: f4f99b0f97c7b103bf8da0625c0890b7121dd7c41602bb6aff4d38689d620102

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 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

1 entries across 1 versions & 1 rubygems

Version Path
slash_admin-0.1.0 app/helpers/slash_admin/widgets_helper.rb