Sha256: 1b5333d52d92f1e36c4632ae28af6999c839f99b80e32c9ff7bed71266b1b363

Contents?: true

Size: 352 Bytes

Versions: 13

Compression:

Stored size: 352 Bytes

Contents

module EffectiveClassifiedsHelper

  # Job Board or Classifieds
  def classifieds_name_label
    et('effective_classifieds.name')
  end

  # Job Board Posting or Classified Posting
  def classified_label
    et(Effective::Classified)
  end

  # Job Board Postings or Classified Postings
  def classifieds_label
    ets(Effective::Classified)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_classifieds-0.8.1 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.8.0 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.7.0 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.7 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.6 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.5 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.4 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.3 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.2 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.1 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.6.0 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.5.1 app/helpers/effective_classifieds_helper.rb
effective_classifieds-0.5.0 app/helpers/effective_classifieds_helper.rb