moneyadviceservice/dough

View on GitHub
app/views/dough/helpers/popup_tip_trigger/_popup_tip_trigger.html.erb

Summary

Maintainability
Test Coverage
<% if local_assigns[:options] %>
  <% text = options.fetch(:text, '') %>
  <% classname = options.fetch(:classname, '') %>
<% end %>

<button type="button"
        class= "helper popup-tip__button <%= classname %>"
        data-dough-popup-trigger>
  <span aria-hidden="true">i</span>
  <span class="visually-hidden"><%= text %></span>
</button>