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: 303563489418f0c617236309add2bb0311db2eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.file-header-content
  = blob_icon blob.mode, blob.name

  %strong.file-title-name
    = 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