Sha256: 0dac1793a018315488f82e7e05047978c681267e3aaf7f0f6fae91cfcdc23adf

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

= sts.form_for([:admin, @locale]) do |f|
  = sts.card title: t('.locale'), icon: 'fal fa-language' do |card|
    - card.action
      = f.continue
    - card.action
      = f.submit

    .grid.grid-cols-12.gap-4
      .col-span-12
        = f.input :key
      .col-span-12
        = f.input :data_yaml, as: :editor, mode: 'application/yaml', label: t('.data')
      .col-span-12
        = f.input :metadata_yaml, as: :editor, mode: 'application/yaml', label: t('.metadata')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nuntius-1.0.27 app/views/nuntius/admin/locales/edit.html.slim