Commit fa3f9555 authored by Thomas Randolph's avatar Thomas Randolph

Add symlink indicator text to HAML blob header

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