Sha256: 12e0f99c6c3cf599bf67b97c633da475ae49390df06baa3859f5f70f387b9c8e
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
<% if results.size > 0 %> <div class="<%=opts[:class]%>" style="<%=opts[:style]%>"> <% actions.each do |action| %> <%=link_to_function("<span>#{action.first}</span>".html_safe, "#{action.last}", :class => "wf_grey_button wf_pcb") %> <% end %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
will_filter-3.1.11 | app/views/will_filter/common/_actions_bar.html.erb |
will_filter-3.1.10 | app/views/will_filter/common/_actions_bar.html.erb |