Sha256: e860b35911afaeb64f299069c2d1f98305d80ff20c850b220e1ef66caaf1ee2d
Contents?: true
Size: 316 Bytes
Versions: 124
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true 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
124 entries across 124 versions & 1 rubygems