Sha256: ae3c276f68021c96530dc3f152dfb66fe26bfd4660265868da99c858b4550ca0

Contents?: true

Size: 925 Bytes

Versions: 9

Compression:

Stored size: 925 Bytes

Contents

#page_seo.tab-content.well
  .horizontal-form
    .horizontal-form-group
      .horizontal-form-label
        = Spina::Page.human_attribute_name :seo_title
      .horizontal-form-content
        = f.text_field :seo_title, placeholder: Spina::Page.human_attribute_name(:seo_title_placeholder), value: f.object.seo_title(fallback: false, default: nil)

    .horizontal-form-group
      .horizontal-form-label
        = Spina::Page.human_attribute_name :description
        %small= Spina::Page.human_attribute_name :description_description
      .horizontal-form-content
        = f.text_field :description, placeholder: Spina::Page.human_attribute_name(:description_placeholder)

    - unless @page.new_record?
      .horizontal-form-group
        .horizontal-form-label
          = Spina::Page.human_attribute_name :materialized_path
        .horizontal-form-content
          = f.text_field :materialized_path, disabled: true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spina-1.1.4 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.1.3 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.1.2 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.1.1 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.1.0 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.0.3 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.0.2 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.0.1 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-1.0.0 app/views/spina/admin/pages/_form_page_seo.html.haml