gitlab-org--gitlab-foss/app/views/projects/commits
Stan Hu dbc85bfa01 Fix bug where transferring a project would result in stale commit links
Transferring a project to another namespace updates the project's updated_at
field, but since the cache key did not depend on the object, the page fragments
were not invalidated. This resulted in stale links to the commits. Changing
the cache key to use the object pathname solves this issue.

Closes gitlab-org/omnibus-gitlab#843
2015-10-02 11:24:17 -07:00
..
_commit.html.haml Fix bug where transferring a project would result in stale commit links 2015-10-02 11:24:17 -07:00
_commit_list.html.haml
_commits.html.haml
_head.html.haml Add current_ref helper method 2015-09-14 20:23:01 +02:00
_header_title.html.haml Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00
_inline_commit.html.haml
show.atom.builder Fix Atom feeds. 2015-05-21 11:39:33 +02:00
show.html.haml Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00