Sha256: 6b86517ac6f6ece46fa82dc17c58e57ba73dd46354952571d84d55c76785fe07

Contents?: true

Size: 309 Bytes

Versions: 5

Compression:

Stored size: 309 Bytes

Contents

.page-header
  %h1= Market::Property.model_name.human

= actions do
  = create_link(new_admin_market_property_path)

= table_for(Market::Property).content(@properties) do |t|
  - t.column :name
  - t.edit
  - t.delete

= admin_paginate @properties

= actions do
  = create_link(new_admin_market_property_path)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coalla-cms-0.4.2.0 lib/generators/coalla/cms/market/templates/views/properties/index.html.haml
coalla-cms-0.5.2.4 lib/generators/coalla/cms/market/templates/views/properties/index.html.haml
coalla-cms-0.4.4.3 lib/generators/coalla/cms/market/templates/views/properties/index.html.haml
coalla-cms-0.5.1.9 lib/generators/coalla/cms/market/templates/views/properties/index.html.haml
coalla-cms-0.5.1.8 lib/generators/coalla/cms/market/templates/views/properties/index.html.haml