Commit af725035 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'merge-request-lfs-badge' into 'master'

Added LFS badge to merge request files tracked by LFS

Closes #41829

See merge request gitlab-org/gitlab-ce!16345
parents dae93ef1 7dd7ccda
......@@ -35,3 +35,6 @@
- if diff_file.mode_changed?
%small
#{diff_file.a_mode}#{diff_file.b_mode}
- if diff_file.stored_externally? && diff_file.external_storage == :lfs
%span.label.label-lfs.append-right-5 LFS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment