2017-05-02 18:46:24 -04:00
|
|
|
.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)
|
2017-12-11 07:17:11 -05:00
|
|
|
|
2017-12-14 05:10:20 -05:00
|
|
|
- if blob.stored_externally? && blob.external_storage == :lfs
|
2017-12-11 07:17:11 -05:00
|
|
|
%span.label.label-lfs.append-right-5 LFS
|