Skip to content

Instantly share code, notes, and snippets.

@bkenny
Last active August 22, 2016 13:17
Show Gist options
  • Save bkenny/7ce084db2a06010779672ec2915b0d49 to your computer and use it in GitHub Desktop.
Save bkenny/7ce084db2a06010779672ec2915b0d49 to your computer and use it in GitHub Desktop.

No turbo links on a link

<%= link_to "View More", search_path, id: "showMore", class: "btn btn-lg btn-outline primary ripple", data: { no_turbolink: true } %>

Crazy Selects

<%= f.text_field :townland_id, value: f.object.townland.name, placeholder: "What area do you live in? E.g. Dundrum" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment