Sha256: 0413ea5ad8c3fbac75c9f6e9ae1c1168323c8d48af99c8d301602b558a3180d5

Contents?: true

Size: 985 Bytes

Versions: 6

Compression:

Stored size: 985 Bytes

Contents

json.exceeding(@entry_publication.exceeding?)
json.quota do
  json.(@entry_publication.quota, :state_description, :state)
end
json.entry do
  json.(@entry_publication.entry, :published_until)
  json.published(@entry_publication.entry.published?)
  json.password_protected(@entry_publication.entry.password_digest.present?)
  json.last_published_with_noindex(@entry_publication.entry.last_published_with_noindex?)
end
json.exhausted_html(render_html_partial('pageflow/editor/quotas/published_entries_exhausted',
                                        entry: @entry_publication.entry,
                                        quota: @entry_publication.quota,
                                        account: @entry_publication.quota.account))
json.published_message_html(render_html_partial('published_message',
                                                 entry: @entry_publication.entry,
                                                 account: @entry_publication.quota.account))

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-17.0.3 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-17.0.2 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-17.0.1 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-17.0.0 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-16.2.0 app/views/pageflow/editor/entry_publications/check.json.jbuilder