Symlink showing as ordinary file
Summary
Symlinks are not shown correctly on the gitlab website
I understand that issue #950 (closed) from 2 years ago says this was resolved but it seems it wasn't
Steps to reproduce
touch test.txt ln -s test.txt test_sym
add and push these files to any gitlab repo and test_sym will be shown as a file with test.txt in it
Expected behavior
Some indicator that shows that test_sym is a link to test.txt (this should be the case for symlinks to directories too)
Actual behavior
test_sym is shown as a basic file