acesuares / inline_forms

Inline Forms
MIT License
24 stars 15 forks source link

Close versions link does not needs its own route #39

Closed ortegacmanuel closed 6 years ago

ortegacmanuel commented 6 years ago

The close versions link does a get request to the server but it can rely on the same list_versions route just using a flag variable close in order know if the user is asking to list or close the version list.

This kind of action, close a div, maybe even don't should make a get request to the server, but let think about this when refactoring all the ajax stuff.