self.archive_path = function(project, type) {
    return Routes.archive_path(project.fullname, project.name + '-' + self.ref, {format: type});
  }