Commit fa3f9555 authored by Thomas Randolph's avatar Thomas Randolph

Add symlink indicator text to HAML blob header

parent 75cf956c
......@@ -7,6 +7,8 @@
= copy_file_path_button(blob.path)
%small.mr-1
- if blob.mode == '120000'
= _('Symbolic link') << ' ·'
= number_to_human_size(blob.raw_size)
- if blob.stored_externally? && blob.external_storage == :lfs
......
......@@ -23554,6 +23554,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
msgid "Symbolic link"
msgstr ""
msgid "Sync information"
msgstr ""
......
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