Sha256: 6f61c523441d63c05325cc45ee80d3dd76cb0a8585975e786409c320f8dfad73

Contents?: true

Size: 626 Bytes

Versions: 18

Compression:

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

18 entries across 18 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/contents/_missing.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/contents/_missing.html.erb