1
0
Fork 0

link to github issue

This commit is contained in:
Lukas Winkler 2017-09-18 19:07:36 +02:00
parent 09b4306a03
commit 836d666895

View file

@ -8,7 +8,11 @@
{% block content %}
<div class="container">
<div class="page-header">
<h1>{{ title }} <small>#{{number}}</small></h1>
<h1>{{ title }}
<a href="https://github.com/{{ githubOrganization }}/{{ githubRepository }}/issues/{{ number }}">
<small>#{{number}}</small>
</a>
</h1>
{% if labels and labels|length %}
{% for label in labels %}
<span class="label label-default">{{ label.name }}</span>