Sha256: d570fbdf5f82777cd8abd1328da6613bfff29ceeea99a26cdad572c317948987

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

= sts.form_for([:admin, @app, @release]) do |f|
  = sts.card(title: t('release')) do |card|
    - card.action
      = f.submit
    .grid.grid-cols-12.gap-4
        .col-span-12
          = f.input :build, as: :file
        .col-span-12
          = f.input :notes
        .col-span-12
          | The below fields will be automatically set, when you upload a build. You could choose to override them here.
        .col-span-12
          = f.input :version
        .col-span-12
          = f.input :build_number
        .col-span-12
          = f.input :bundle_id

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
distribuo-0.1.8 app/views/distribuo/admin/apps/releases/edit.html.slim