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