Module: AuthPassportOffice::AuthentifydSnippets::DefaultHelpers

Defined in:
lib/auth_passport_office/authentifyd_snippets/default_helpers.rb

Class Method Summary collapse

Class Method Details

.authentifyd_custom_bottom_snippetObject



16
17
18
19
20
21
# File 'lib/auth_passport_office/authentifyd_snippets/default_helpers.rb', line 16

def self.authentifyd_custom_bottom_snippet
  lambda{
    <<eos
eos
  }
end

.authentifyd_custom_head_snippetObject



5
6
7
8
9
10
11
12
13
14
# File 'lib/auth_passport_office/authentifyd_snippets/default_helpers.rb', line 5

def self.authentifyd_custom_head_snippet
  lambda{
    <<eos
      <title>Auth Passport Office</title>
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta name="description" content="Auth Passport Office Login">
      <meta name="author" content="NicoArbogast">
eos
  }  
end

.authentifyd_top_navbar_snippetObject



23
24
25
26
27
28
# File 'lib/auth_passport_office/authentifyd_snippets/default_helpers.rb', line 23

def self.authentifyd_top_navbar_snippet
  lambda{
    <<eos
eos
  }
end