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