This project is archived and is in readonly mode.

#6369 ✓committed
Franco Andrés

Removing the automatic generation of ids on submit helper

Reported by Franco Andrés | February 3rd, 2011 @ 08:28 PM | in 3.1

f.submit was generating

<input type="submit" value="Create Post" name="commit" id="post_submit">

Right now it's generating

<input name="commit" type="submit" value="Create Post">

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages