Sha256: d9c6d20c0224ba3f1c0d6ee22013fe280012f9db3eae396239b0bda8c797f876

Contents?: true

Size: 862 Bytes

Versions: 7

Compression:

Stored size: 862 Bytes

Contents

#page_seo.tab-content
  .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)

    .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

7 entries across 7 versions & 1 rubygems

Version Path
spina-0.8.3 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.8.2 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.8.1 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.8.0 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.7.3 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.7.2 app/views/spina/admin/pages/_form_page_seo.html.haml
spina-0.7.0 app/views/spina/admin/pages/_form_page_seo.html.haml