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