Sha256: 47f42368c71919c3a354a3c9b5142720d48b5c140cb9ef05c2a7863f60582ada

Contents?: true

Size: 630 Bytes

Versions: 16

Compression:

Stored size: 630 Bytes

Contents

<div class="content_editor missing" id="element_<%= element.id %>_content_missing">
  <label><%= Alchemy::I18n.t("content_names.#{element.name}.#{name}", :default => ["content_names.#{name}".to_sym, name.capitalize]) %></label>
  <p>
    <%= render_icon('warning') %>
    <%= t('content_not_found') %>
    <%= link_to(
      t('create'),
      alchemy.admin_contents_path(
        :content => {
          :element_id => element.id,
          :name => name
        },
        :was_missing => true,
        :options => options
      ),
      :method => 'post',
      :remote => true,
      :class => 'button'
    ) %>
  </p>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/contents/_missing.html.erb