Commit 2ab4bf77 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'id-load-last-signature-for-blob' into 'master'

Load signature only for last commit on blob#show

See merge request gitlab-org/gitlab!18573
parents ec1457bc 93d720eb
- breadcrumb_title "Repository"
- page_title @blob.path, @ref
- signatures_path = namespace_project_signatures_path(namespace_id: @project.namespace.full_path, project_id: @project.path, id: @last_commit)
- signatures_path = namespace_project_signatures_path(namespace_id: @project.namespace.full_path, project_id: @project.path, id: @last_commit, limit: 1)
.js-signature-container{ data: { 'signatures-path': signatures_path } }
......
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