Sha256: e5797f466f059791b9ac5d75601b92e0f63aebc62744f0a4dd52eb82b3c5402e

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 Bytes

Contents

= labelled_form_for @subscription_group, :url => @subscription_group.new_record? ? webui_subscription_groups_path : webui_subscription_group_path(@subscription_group) do |f|
  = f.text_field :title
  - unless f.object.new_record?
    = f.text_field :name
  = f.buttons :submit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/views/maily_herald/webui/subscription_groups/_form.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/subscription_groups/_form.html.haml