Module: LevelUp::ApplicationHelper

Defined in:
app/helpers/level_up/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#status_tag(status, style) ⇒ Object



3
4
5
# File 'app/helpers/level_up/application_helper.rb', line 3

def status_tag(status, style)
   :span, status ? "yes" : "no", class: ["status_tag", (status ? style : "gray")]
end