Sha256: e7197334973992a0979d880e7997357e3ae275ae384fb42f607da7ca5655765d

Contents?: true

Size: 403 Bytes

Versions: 7

Compression:

Stored size: 403 Bytes

Contents

extensible_attributes_table_for(site,
                                Pageflow.config_for(site.account)
                                  .admin_attributes_table_rows.for(:site)) do
  row :title
  row :host, class: 'host'
  row :account, class: 'account' do
    link_to(site.account.name,
            admin_account_path(site.account, tab: 'sites'))
  end
  row :feeds_enabled
  row :sitemap_enabled
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/views/admin/sites/_attributes_table.html.arb
pageflow-17.0.3 app/views/admin/sites/_attributes_table.html.arb
pageflow-17.0.2 app/views/admin/sites/_attributes_table.html.arb
pageflow-17.0.1 app/views/admin/sites/_attributes_table.html.arb
pageflow-17.0.0 app/views/admin/sites/_attributes_table.html.arb
pageflow-16.2.0 app/views/admin/sites/_attributes_table.html.arb
pageflow-16.1.0 app/views/admin/sites/_attributes_table.html.arb