Sha256: 3c5550ae1fea4c28906827373594a1a4601fd235c7044379388a34449f2bd4c0

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

h4 = I18n.t("liquor_help.variables_title")
p
  ul
    li
      var seo
      p
        span = I18n.t('liquor_help.variables.seo.main_description')
      p
        code ng-non-bindable=''
          | <title>{{ seo.title }}</title>
          br
          | <meta name="keywords" content="{{ seo.keywords }}">
          br
          | <meta name="description" content="{{ seo.description }}">
          br
          | ...
          br
          | <h1>{{ seo.h1 }}</h1>
      p
        table.table
          tr
            th #{ I18n.t('liquor_help.property') } seo
            th = I18n.t('liquor_help.description')
          tr
            td title
            td = I18n.t('liquor_help.variables.seo.properties.title')
          tr
            td keywords
            td = I18n.t('liquor_help.variables.seo.properties.keywords')
          tr
            td description
            td = I18n.t('liquor_help.variables.seo.properties.description')
          tr
            td h1
            td = I18n.t('liquor_help.variables.seo.properties.h1')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kms_seo-1.0.2 app/assets/javascripts/templates/help/seo_variables.html.slim
kms_seo-1.0.1 app/assets/javascripts/templates/help/seo_variables.html.slim
kms_seo-1.0.0 app/assets/javascripts/templates/help/seo_variables.html.slim