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