Module: Renalware::DashboardsHelper

Defined in:
app/helpers/renalware/dashboards_helper.rb

Instance Method Summary collapse

Instance Method Details

#composed_dashboard_title(user_name) ⇒ Object



5
6
7
8
9
10
# File 'app/helpers/renalware/dashboards_helper.rb', line 5

def composed_dashboard_title(user_name)
  capture do
    concat (:span, I18n.t("renalware.dashboard.dashboards.title"))
    concat (:span, user_name, class: "dashboard-owner")
  end
end