| |
---|
| | </th> |
---|
| | </tr> |
---|
| | </thead> |
---|
| | <tbody> |
---|
| | @issues.map { case IssueInfo(issue, labels, milestone, priority, commentCount, commitStatus) => |
---|
| | @issues.map { case IssueInfo(issue, labels, milestone, priority, commentCount, commitStatus) => { |
---|
| | <tr> |
---|
| | <td style="padding-top: 12px; padding-bottom: 12px;"> |
---|
| | <a href="@context.path/@issue.userName/@issue.repositoryName">@issue.userName/@issue.repositoryName</a> ・ |
---|
| | @if(issue.isPullRequest){ |
---|
| |
---|
| | } |
---|
| | </div> |
---|
| | </td> |
---|
| | </tr> |
---|
| | } |
---|
| | }} |
---|
| | @if(issues.isEmpty){ |
---|
| | <tr> |
---|
| | <td style="padding: 20px; background-color: #eee; text-align: center;"> |
---|
| | No results matched your search. |
---|
| |
---|
| | |
|