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 Let commit model know about its project. 2015-04-24 12:29:36 +02:00
_commits.html.haml Improve commits UI 2015-02-19 18:23:10 -08:00
_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 Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
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