summaryrefslogtreecommitdiff
path: root/app/views/projects/_find_file_link.html.haml
blob: c3b4a61c28aa147536db7ae054f7d3f05ddb626f (plain)
1
2
= link_to project_find_file_path(@project, @ref), class: 'gl-button btn shortcuts-find-file', rel: 'nofollow' do
  = _('Find file')