gitlab-org--gitlab-foss/app/views/projects/diffs/_render_error.html.haml

7 lines
305 B
Plaintext
Raw Normal View History

2017-06-06 21:28:06 +00:00
.nothing-here-block
= _("This %{viewer} could not be displayed because %{reason}.") % { viewer: viewer.switcher_title, reason: diff_render_error_reason(viewer) }
2017-06-06 21:28:06 +00:00
You can
= diff_render_error_options(viewer).to_sentence(two_words_connector: ' or ', last_word_connector: ', or ').html_safe
instead.