parent
0b50928900
commit
193040a473
2 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@ def repository_tag_reference(repository_path_and_tag):
|
|||
if not owner:
|
||||
return tag
|
||||
|
||||
return """<a href="%s/repository/%s/%s?tag=%s">%s</a>""" % (get_app_url(), namespace, repository,
|
||||
tag, tag)
|
||||
return """<a href="%s/repository/%s/%s?tag=%s&tab=tags">%s</a>""" % (get_app_url(), namespace,
|
||||
repository, tag, tag)
|
||||
|
||||
def repository_reference(pair):
|
||||
if isinstance(pair, tuple):
|
||||
|
|
Reference in a new issue