18F/identity-idp

View on GitHub
app/presenters/piv_cac_authentication_setup_presenter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class PivCacAuthenticationSetupPresenter < PivCacAuthenticationSetupBasePresenter
  def title
    t('titles.piv_cac_setup.new')
  end

  def heading
    t('headings.piv_cac_setup.new')
  end

  def description
    t('forms.piv_cac_setup.piv_cac_intro_html')
  end
end