Sha256: aee261443af3ad17a71cd5dedcfce41c0da4486b1ec767267300578f0f17e27c

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 Bytes

Contents

.f__fieldset
  = f.input :name, locale: locale
  = f.input :nav_name, locale: locale

  = f.rich_text_area "content_#{locale}"
  / = f.input :body
  /.kaya-please
    = f.input_field :body, as: :text, id: 'kaya-editor', value: f.object.read_attribute(:body)

.f__fieldset
  .f__legend= t 'labels.admin.legend.seo'
  = f.input :meta_title, locale: locale
  = f.input :meta_description, as: :string, locale: locale

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/i18n/auto/app/views/admin/pages/_locale_fields.slim
adminos-1.0.0.pre.rc.4 lib/generators/templates/i18n/auto/app/views/admin/pages/_locale_fields.slim
adminos-1.0.0.pre.rc.3 lib/generators/templates/i18n/auto/app/views/admin/pages/_locale_fields.slim