{% extends "layout.html" %} {% block title %}labels · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %} {{ owner.username }}/{{ repo.name }} · labels {% let tab = "settings" %} {% let archive_ref = repo.default_branch %} {% include "partials/repo_tabs.html" %} {% if let Some(err) = error %}{{ err }}{% endif %} milestonessettings {% if labels.is_empty() %}No labels yet.{% else %} {% for l in labels %}{{ l.name }} {{ l.description }}{% if access.can_admin() %}delete{% endif %}{% if access.can_admin() %}name color description update{% endif %}{% endfor %}{% endif %} {% if access.can_admin() %}new labelname color description create label{% endif %} {% endblock %}
No labels yet.