summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_header_content.html.haml
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)