summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_too_large.html.haml
blob: a505f87df402b19d471caa1beb3114d51d7bb715 (plain)
1
2
3
4
5
.file-content.code
  .nothing-here-block
    The file could not be displayed as it is too large, you can
    #{link_to('view the raw file', namespace_project_raw_path(@project.namespace, @project, @id), target: '_blank', rel: 'noopener noreferrer')}
    instead.