Sha256: 7e0961f09f142e0870816057c7ca67d42d0811a78bff9189fef59888c0a0a6f4

Contents?: true

Size: 925 Bytes

Versions: 15

Compression:

Stored size: 925 Bytes

Contents

<div class="toolbar_button">
  <%= content_tag "sl-tooltip", content: options[:label], placement: options[:tooltip_placement] do %>
    <% if options[:dialog] %>
      <%= link_to_dialog(
        render_icon(options[:icon]),
        options[:url],
        options[:dialog_options],
        {
          class: ["icon_button", options[:active] && "active"].compact,
          "data-alchemy-hotkey" => options[:hotkey]
        }.merge(options[:link_options])
      ) %>
    <% else %>
      <%= link_to(
        options[:url], {
          class: [
            "icon_button",
            options[:loading_indicator] && "please_wait",
            options[:active] && "active",
          ].compact,
          title: options[:title],
          "data-alchemy-hotkey" => options[:hotkey]
        }.merge(options[:link_options])
      ) do %>
        <%= render_icon(options[:icon]) %>
      <% end %>
    <% end %>
  <% end %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/partials/_toolbar_button.html.erb