Sha256: 004f472944874b1d442d170e3ffcf756ba54b51470705de5c899dc22d0eaa879

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

.arguments
  = f.fields_for :properties do |properties|
    .form-group
      = properties.label :description
      = properties.text_field :description, value: @dirmon_entry.properties[:description], placeholder: "max length: 128", class: 'form-control'
    .form-group
      = properties.label :priority
      = properties.text_field :priority, value: @dirmon_entry.properties[:priority], placeholder: "e.g 1..100", class: 'form-control'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rocketjob_mission_control-1.2.1 app/views/rocket_job_mission_control/dirmon_entries/_properties.html.haml
rocketjob_mission_control-1.2.0 app/views/rocket_job_mission_control/dirmon_entries/_properties.html.haml