Sha256: 2af49b130b5628b82431141c0940ec0418a38caac437b5272b32a85379c20875

Contents?: true

Size: 425 Bytes

Versions: 10

Compression:

Stored size: 425 Bytes

Contents

<%= content_tag 'span', '', class: [
  'page_status',
  page.public? ? 'public' : 'not_public'
], title: page.status_title(:public) %>
<%= content_tag 'span', '', class: [
  'page_status',
  page.visible? ? 'visible' : 'not_visible'
], title: page.status_title(:visible) %>
<%= content_tag 'span', '', class: [
  'page_status',
  page.restricted? ? 'restricted' : 'not_restricted'
], title: page.status_title(:restricted) %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-3.4.2 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.4.1 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.3 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.2 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.4.0 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.4.0.rc1 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.1 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.0 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.0.rc2 app/views/alchemy/admin/pages/_page_infos.html.erb
alchemy_cms-3.3.0.rc1 app/views/alchemy/admin/pages/_page_infos.html.erb