The first commit changes label on button for adding milestones to no longer say priority.
The second makes it possible to have multiple milestones without dates. Originally there would be an error message Date is present 2 times when submitting the form, which is slightly confusing as there are no dates filled in.
The third commit changes the template to get rid of underline between the buttons on hover. Instead of using btn-default which is not defined in fedora-bootstrap I changed it to btn-secondary.
The first commit changes label on button for adding milestones to no longer say priority.
The second makes it possible to have multiple milestones without dates. Originally there would be an error message
Date is present 2 timeswhen submitting the form, which is slightly confusing as there are no dates filled in.The third commit changes the template to get rid of underline between the buttons on hover. Instead of using
btn-defaultwhich is not defined in fedora-bootstrap I changed it tobtn-secondary.