Sha256: d83e456866feb65b82851054f79bed042e70968e08a3719eb0a8fe72a7e1d733

Contents?: true

Size: 638 Bytes

Versions: 9

Compression:

Stored size: 638 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 => 'small button'
    ) %>
  </p>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/contents/_missing.html.erb