Sha256: 0f39c55124fa6b9f031abb5801236653a2b93252d4cd20725622451456d5bd5d

Contents?: true

Size: 818 Bytes

Versions: 6

Compression:

Stored size: 818 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?)
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-0.8.2 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-0.8.1 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-0.8.0 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-0.7.2 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-0.7.1 app/views/pageflow/editor/entry_publications/check.json.jbuilder
pageflow-0.7.0 app/views/pageflow/editor/entry_publications/check.json.jbuilder