Sha256: 737bb33416d7453eccbbfac9649782abd076e3494ce69c2b4114e92b3116b223
Contents?: true
Size: 296 Bytes
Versions: 18
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Renalware module DashboardsHelper def composed_dashboard_title(user_name) capture do concat tag.span(I18n.t("renalware.dashboard.dashboards.title")) concat tag.span(user_name, class: "dashboard-owner") end end end end
Version data entries
18 entries across 18 versions & 1 rubygems