Sha256: a3895b9ed7810afbaa578e2a4c4f3c4cbdee712d0460e45544ce80ed1b06d678

Contents?: true

Size: 497 Bytes

Versions: 10

Compression:

Stored size: 497 Bytes

Contents

<%= content_for :toolbar do %>
  <div class="toolbar_buttons">
    <%= render Alchemy::Admin::ToolbarButton.new(
      icon: 'information',
      label: Alchemy.t(:info),
      url: alchemy.dashboard_info_path,
      title: Alchemy.t(:info),
      dialog_options: {
        title: Alchemy.t(:info),
        size: "420x435"
      },
      if_permitted_to: [:info, :alchemy_admin_dashboard],
      hotkey: 'alt+i'
    ) %>
  </div>
<% end %>

<div id="dashboard">
  <%= render "dashboard" %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/dashboard/index.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/dashboard/index.html.erb