summaryrefslogtreecommitdiff
path: root/app/views/projects/_find_file_link.html.haml
blob: cb4d2bbacf541823b289535e9a9afa7be071de6b (plain)
1
2
3
= link_to namespace_project_find_file_path(@project.namespace, @project, @ref), class: 'btn shortcuts-find-file', rel: 'nofollow' do
  = icon('search')
  %span= _('Find file')