在/opt/gitlab/embedded/service/gitlab-rails/app/views/projects/blob/_actions.html.haml文件中的第二行, edit_blob_link()這個函數,就是用來判斷是否有權限進行編輯的。html
找到這個函數的位置,在 /opt/gitlab/embedded/service/gitlab-rails/app/helpers/blob_helper.rb中第23行中的那個函數,裏面的38行,就是進行文件的編輯,咱們把39行改爲content_tag :span, text, class: cls + ' disabled',也就是第42行。就能夠,而後把40行刪掉。git