Sha256: ba8638028beb7045e2e6bc1834f2e7898853136c8fe5ccd5bd845b993b75d4bc
Contents?: true
Size: 457 Bytes
Versions: 45
Compression:
Stored size: 457 Bytes
Contents
module Plutonium module Helpers module ApplicationHelper def application_name Plutonium.application_name end # Renders an icon using the Plutonium Icons library. # # @param icon [Symbol, String] The name or identifier of the icon to render. # @return [String] The HTML-safe string for the rendered icon. def render_icon(icon, **) Plutonium::Icons.render(icon, **) end end end end
Version data entries
45 entries across 45 versions & 1 rubygems