Skip to content

Commit

Permalink
Fixed page versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvieed committed Jun 22, 2022
1 parent 29b23b1 commit be4a27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/page_version/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ table.diff-versions(data-fullheight='{ "bottom": 30, "cssrule": "min-height" }')
-if @work.supports_translation
hr
h4= t('.translation')
div(data-diff-translation="original" data-empty=t('.no_translation_provided')
div(data-diff-translation="original" data-empty=t('.no_translation_provided'))
==xml_to_html((@previous_version.xml_translation rescue ""))

-content_for :javascript
Expand Down

0 comments on commit be4a27f

Please sign in to comment.