{% extends "layout.html" %} {% block title %}tags{% endblock %} {% block menu %} {% endblock %} {% block content %}
Project {% if request.args.get('sortby') == 'path_with_namespace' %} {% endif %} | Tag {% if request.args.get('sortby') == 'tag' %} {% endif %} | At {% if request.args.get('sortby') == 'tag_created_at' %} {% endif %} |
---|---|---|
{{ p.path_with_namespace }} | {{ p.tag }} | {{ p.tag_created_at }} |