Sha256: dad0969b3c123590f69e1dc1e9b5e9123b23157dfd84e285c840e7c3a90bb0b0
Contents?: true
Size: 488 Bytes
Versions: 48
Compression:
Stored size: 488 Bytes
Contents
<%= render Ariadne::BaseComponent.new(tag: @tag, classes: @classes, attributes: @attributes) do |component| %> <%= render Ariadne::LinkComponent.new(tag: @link_tag, href: @href, actionable: @actionable, classes: @link_classes, attributes: @link_attributes) do %> <%= icon %> <%= title %> <% end %> <% if actions? %> <div class="<%= @actions_wrapper_classes %>"> <% actions.each do |action| %> <%= action %> <% end %> </div> <% end %> <% end %>
Version data entries
48 entries across 48 versions & 1 rubygems