Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header_content.html.haml « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95a5d63e07f37e3bdfd9368ce7b6126e5c24c82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.file-header-content
  - if Gitlab::MarkupHelper.gitlab_markdown?(blob.path)
    .js-table-contents
  = blob_icon blob.mode, blob.name

  %strong.file-title-name.gl-word-break-all{ data: { qa_selector: 'file_name_content' } }
    = blob.name

  = copy_file_path_button(blob.path)

  %small.mr-1
    - if blob.mode == Blob::MODE_SYMLINK
      = _('Symbolic link') << ' ·'
    = number_to_human_size(blob.raw_size)

  - if blob.stored_externally? && blob.external_storage == :lfs
    %span.badge.label-lfs.gl-mr-2 LFS