Sha256: b471bc86261b4124261eb87d5f26e6bd75671acb39841057b73294f3b16a7766
Contents?: true
Size: 362 Bytes
Versions: 136
Compression:
Stored size: 362 Bytes
Contents
<% button = GovukPublishingComponents::Presenters::ButtonHelper.new(local_assigns) %> <% if button.link? %> <%= link_to button.text, button.href, button.html_options %> <% else %> <%= content_tag :button, button.text, button.html_options %> <% end %> <% if button.info_text %> <%= tag.span button.info_text, class: "gem-c-button__info-text" %> <% end %>
Version data entries
136 entries across 136 versions & 1 rubygems