Sha256: a3f0ed1bd29e71e4f26adb9e68736f8467c5c13cbe3569be028f289270e2aff8
Contents?: true
Size: 377 Bytes
Versions: 16
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine module PagesHelper 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 end end end
Version data entries
16 entries across 16 versions & 1 rubygems