Vizir / carnival

[no longer maintained] An easy-to-use and extensible Rails Engine to speed up the development of data management interfaces.
MIT License
31 stars 16 forks source link

Fix index as #120

Closed FabricioFFC closed 9 years ago

FabricioFFC commented 9 years ago

The partial defined on the index_as was not presented when the list was empty.

I fixed this bug and changed to show only the index_as partial when it is defined. So now with the index_as defined you can customize even the pagination.

I also add the carnival.index translation in the en.yml.