Sha256: 723410e9209b9f369391f13fe40ac732ad8ffcbebcc4e25ddff278908b3846ad

Contents?: true

Size: 618 Bytes

Versions: 19

Compression:

Stored size: 618 Bytes

Contents

- if Cms::Fortress.configuration.enable_page_workflow && can?(:manage, 'contents.page.schedule') && !@page.new_record?
  = form.text_field :published_date, label: (@page.published? ? t('cms.fortress.published_date') : t('cms.fortress.schedule_date')), control_col: "col-sm-3", class: "status-control", :data => {:utc_date => (@page.published_date.nil? ? Time.now : @page.published_date).strftime("%d %B, %Y") }

- if Cms::Fortress.configuration.enable_page_caching
  = form.select :cached_timeout, cached_timeout_for_select, {label: t('cms.fortress.cache_timeout'), control_col: "col-sm-3"}, {class: 'status-control'}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.5 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.4 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.3 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.2 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.1 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.0 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.0.rc3 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.0.rc2 app/views/cms/fortress/shared/_page_extend.html.haml
cms-fortress-1.3.0.rc1 app/views/cms/fortress/shared/_page_extend.html.haml