[openstreetmap/openstreetmap-website] Cancel button on terms page doesn't do anything (#2514)

Brian DeRocher notifications at github.com
Fri May 29 15:08:53 UTC 2020


I just happen to be using this which is working now.  It's a blue button with white text.  It looks pretty good.

```ruby
<%= button_to t(".edit"), edit_thing_path(thing), :method => :get %>
```

It comes out like this

```html
<form method=GET><input type=submit value="Edit"></form>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2514#issuecomment-636025999
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200529/6415236c/attachment.htm>


More information about the rails-dev mailing list