Sha256: 5fcf2a2ad1ceb53469d48afd8a2705da5f853c01eb462e3ad02e060ee5860882

Contents?: true

Size: 722 Bytes

Versions: 195

Compression:

Stored size: 722 Bytes

Contents

<div class="button_with_label<%= options[:active] ? ' active' : '' %>">
<% if options[:dialog] %>
  <%= link_to_dialog(
    render_icon(options[:icon]),
    options[:url],
    options[:dialog_options],
    {
      class: 'icon_button',
      title: options[:title],
      'data-alchemy-hotkey' => options[:hotkey]
    }.merge(options[:link_options])
  ) %>
<% else %>
  <%= link_to(
    options[:url], {
      class: "icon_button#{options[:loading_indicator] ? ' please_wait' : ''}",
        title: options[:title],
        'data-alchemy-hotkey' => options[:hotkey]
      }.merge(options[:link_options])
  ) do %>
    <%= render_icon(options[:icon]) %>
  <% end %>
<% end %>
  <label><%= options[:label] %></label>
</div>

Version data entries

195 entries across 195 versions & 2 rubygems

Version Path
alchemy_cms-7.0.15 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-6.1.10 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.14 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.13 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.12 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.11 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.10 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.9 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.8 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.7 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.6 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.5 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.4 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.3 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.2 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.1 app/views/alchemy/admin/partials/_toolbar_button.html.erb
alchemy_cms-7.0.0 app/views/alchemy/admin/partials/_toolbar_button.html.erb