performant-software / textlab

A collaborative space for creating and publishing digital critical editions.
http://www.textlab.org
GNU General Public License v3.0
13 stars 4 forks source link

TL #248 - Preview button error #250

Closed dleadbetter closed 3 years ago

dleadbetter commented 3 years ago

This pull request fixes an issue with the Previous/Next buttons on the Textlab preview page. There was an exception being thrown in transcription.rb if the content of the transcription did not contain one of the following TEI elements: metamark add del subst restore. Additionally, there was a typo in the transcriptions/show.html.erb file, where the href attribute for the Previous button was not present, making the button not usable.

NickLaiacona commented 3 years ago

Thanks! Can you push this and the other PR to staging so I don't have to stand up a local env to test?