summaryrefslogtreecommitdiff
path: root/widgets/github_pr/github_pr.html
blob: 5d4d8d84f8922388cd1daf4bbcd930012b9ce7b7 (plain)
1
2
3
4
5
6
7
8
9
10
<h1 class="title" data-bind="title"></h1>

<ul class="github_pr-nostyle">
  <li data-foreach-item="items">
    <a class="label-link" data-bind="item.label | truncate 30" data-bind-href="item.pr_url" target="_blank"></a>
  </li>
</ul>

<p class="more-info" data-bind="moreinfo"></p>
<p class="updated-at" data-bind="updatedAtMessage"></p>