Sha256: 27a424658f887ec0bd54d1a43c65c01500d216c3055f7a56be6756f04fde79b0

Contents?: true

Size: 700 Bytes

Versions: 28

Compression:

Stored size: 700 Bytes

Contents

<% label_title = Alchemy.t("Create #{resource_name}", default: Alchemy.t('Create')) %>

<% content_for :toolbar do %>
  <div class="toolbar_buttons">
    <%= render 'alchemy/admin/partials/site_select' %>
    <%= toolbar_button icon: :plus,
      label: label_title,
      url: new_resource_path,
      title: label_title,
      hotkey: 'alt+n',
      dialog_options: {
        title: label_title,
        size: "430x415"
      },
      if_permitted_to: [:create, Alchemy::Language] %>
  </div>
  <%= render 'alchemy/admin/partials/search_form' %>
<% end %>

<div id="archive_all" class="resources-table-wrapper">
  <%= render 'alchemy/admin/resources/table_header' %>
  <%= render 'table' %>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-4.6.7 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.5.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.5 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.2 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.6.0 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.5.0 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.4 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.3 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.2 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.4.0 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.3.2 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.2.4 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.3.1 app/views/alchemy/admin/languages/index.html.erb
alchemy_cms-4.2.3 app/views/alchemy/admin/languages/index.html.erb