Commit f9f54557 authored by ViolanteCodes's avatar ViolanteCodes
Browse files

added user notes count to issue

parent e878ad6d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -62,6 +62,12 @@
                <a href="{{detail_url}}"><strong>{{issue.title}}</strong></a><br>
            </td>
            <td>
              {% if issue.assignee.name %}
                Assigned to {{issue.assignee.name}}
              {% else %}
                Not yet assigned.
              {% endif %}
              {{issue.user_notes_count}}
            </td>
          </tr>
          <tr>