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.
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 thehref
attribute for the Previous button was not present, making the button not usable.