Module: BrilliantCms::ApplicationHelper

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

Instance Method Summary collapse

Instance Method Details

#chevron(text) ⇒ Object



4
5
6
# File 'app/helpers/brilliant_cms/application_helper.rb', line 4

def chevron(text)
  "#{text} <span class='fa fa-chevron-down'></span>".html_safe
end