2017-05-02 18:46:24 -04:00
|
|
|
.file-header-content
|
|
|
|
= blob_icon blob.mode, blob.name
|
|
|
|
|
2019-02-19 15:23:34 -05:00
|
|
|
%strong.file-title-name.qa-file-title-name
|
2017-05-02 18:46:24 -04:00
|
|
|
= blob.name
|
|
|
|
|
|
|
|
= copy_file_path_button(blob.path)
|
|
|
|
|
2019-05-30 08:54:12 -04:00
|
|
|
%small.mr-1
|
2017-05-02 18:46:24 -04:00
|
|
|
= number_to_human_size(blob.raw_size)
|
2017-12-11 07:17:11 -05:00
|
|
|
|
2017-12-14 05:10:20 -05:00
|
|
|
- if blob.stored_externally? && blob.external_storage == :lfs
|
2018-04-13 15:33:27 -04:00
|
|
|
%span.badge.label-lfs.append-right-5 LFS
|