oestrich / bookshare

Bookshare
bookshare.me
GNU General Public License v3.0
5 stars 2 forks source link

Add title to each book in list view #2

Closed jjulian closed 13 years ago

jjulian commented 13 years ago

http://screencast.com/t/pMaxTD1C

oestrich commented 13 years ago

If the book is borrowed, the title disappears.

jjulian commented 13 years ago

That's right, the borrowed views don't use the _book.html.erb partial because there was some logic that will need to be extracted or integrated. Not sure how you want to handle the that - but you can make those views use the _book partial and pass the "borrowed by" text in a local var.

pkauders commented 13 years ago

Should we merge this in and push to heroku?