consul/consul

View on GitHub
app/components/admin/action_component.html.erb

Summary

Maintainability
Test Coverage
<% if button? %>
  <%= button_to text, path, html_options %>
<% else %>
  <%= link_to text, path, html_options %>
<% end %>