<% if button? %> <%= button_to(path, html_options) { text } %> <% else %> <%= link_to text, path, html_options %> <% end %>