debian-mirror-gitlab/app/views/projects/blob/_header_content.html.haml

11 lines
189 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.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)