Module: Lcms::Engine::PagesHelper

Defined in:
app/helpers/lcms/engine/pages_helper.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
9
10
11
12
# File 'app/helpers/lcms/engine/pages_helper.rb', line 6

def standardsinstitutes_link
  @standardsinstitutes_link ||= link_to(
    t('ui.learn_more'),
    'http://www.standardsinstitutes.org/',
    class: 'o-btn o-btn--register o-btn--xs-full u-margin-bottom--zero', target: '_blank'
  )
end