Sha256: ac90be1d39e75fc1fa743f58dd7a5472fef49e57d4fc1d8e57fc1b9bafc67ab6

Contents?: true

Size: 246 Bytes

Versions: 6

Compression:

Stored size: 246 Bytes

Contents

= twitter_form_for [:admin, @lookup] do |f|
  = f.errors
  = flash_messages

  = render "admin/lookups/types/#{@lookup.type_code}", f: f

  = fixed_actions do
    = f.save
    = cancel_action admin_lookups_index_path(category: @lookup.category)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
coalla-cms-0.7.0.0 app/views/admin/lookups/_form.html.haml
coalla-cms-0.5.2.4 app/views/admin/lookups/_form.html.haml
coalla-cms-0.6.1.1 app/views/admin/lookups/_form.html.haml
coalla-cms-0.6.0.9 app/views/admin/lookups/_form.html.haml
coalla-cms-0.5.1.9 app/views/admin/lookups/_form.html.haml
coalla-cms-0.5.1.8 app/views/admin/lookups/_form.html.haml