Sha256: 1bbbb7b875a6f0a78748465fdcea2563118498b360d171bab6cf0b6588ba54df

Contents?: true

Size: 636 Bytes

Versions: 12

Compression:

Stored size: 636 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

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/contents/_missing.html.erb