Sha256: 707fc14a898596ccbdc84ed606f52ed7ffed6d39d49a208e837f01a73463831f
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
page.grid do |grid| grid.id "grid-accounts" grid.title "Elenco Accounts" grid.base_path "/backend/accounts" grid.forgery_protection_token request_forgery_protection_token grid.authenticity_token form_authenticity_token grid.tbar :default grid.store do |store| store.url "/backend/accounts.json" store.fields @column_store.store_fields end grid.columns do |columns| columns.fields @column_store.column_fields end grid.bbar :store => grid.get_store, :pageSize => params[:limit] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lipsiadmin-3.0 | lipsiadmin_generators/backend/templates/views/backend/accounts/index.rjs |
lipsiadmin-2.9 | lipsiadmin_generators/backend/templates/views/backend/accounts/index.rjs |