Module: Modulorails::ApplicationHelper
- Defined in:
- app/helpers/modulorails/application_helper.rb
Overview
Instance Method Summary collapse
Instance Method Details
#powered_by ⇒ Object
4 5 6 7 8 |
# File 'app/helpers/modulorails/application_helper.rb', line 4 def powered_by link_to('https://www.modulotech.fr/', target: '_blank', class: 'modulolink', rel: 'noopener') do safe_join(['Powered by modulo', content_tag(:span, 'Tech')]) end end |