Module: MeurioUi::ViewHelpers
- Defined in:
- lib/meurio_ui/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#application_name(app) ⇒ Object
10 11 12 13 14 15 16 17 18 19 |
# File 'lib/meurio_ui/view_helpers.rb', line 10 def application_name app return "Meu Rio" if app == :mr20 return "Panela de Pressão" if app == :pdp return "Verão do Saneamento" if app == :vds return "Imagine" if app == :imagine return "Faça Acontecer" if app == :apoie return "De Olho" if app == :deolho return "De Guarda" if app == :deguarda return "Multitude" if app == :multitude end |
#meurio_header_for(app) ⇒ Object
5 6 7 8 |
# File 'lib/meurio_ui/view_helpers.rb', line 5 def meurio_header_for app @app = app render file: 'meurio_ui/meurio_header' end |
#meurio_ui_assets ⇒ Object
21 22 23 |
# File 'lib/meurio_ui/view_helpers.rb', line 21 def meurio_ui_assets content_tag :link, nil, rel: "stylesheet", href: "http://i.icomoon.io/public/b6dafa29d0/MeuRio/style.css" end |