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: 98bedae650a264898309a878e3ec13106a7c591b (plain)
1
2
3
4
5
6
7
8
9
10
.file-header-content
  = blob_icon blob.mode, blob.name

  %strong.file-title-name
    = blob.name

  = copy_file_path_button(blob.path)

  %small
    = number_to_human_size(blob.raw_size)