summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_render_error.html.haml
blob: 1ff68cd2d11d866fdba56cfdb88632405db45d07 (plain)
1
2
3
4
5
6
7
.file-content.code
  .nothing-here-block
    The #{viewer.switcher_title} could not be displayed because #{blob_render_error_reason(viewer)}.

    You can
    = Gitlab::Utils.to_exclusive_sentence(blob_render_error_options(viewer)).html_safe
    instead.