Show More
@@ -18,8 +18,7 b'' | |||||
18 | <td class="td-regex issue-tracker-example">${'(?:#)(?P<issue_id>\d+)'}</td> |
|
18 | <td class="td-regex issue-tracker-example">${'(?:#)(?P<issue_id>\d+)'}</td> | |
19 | <td class="td-url issue-tracker-example">${'https://myissueserver.com/${repo}/issue/${issue_id}'}</td> |
|
19 | <td class="td-url issue-tracker-example">${'https://myissueserver.com/${repo}/issue/${issue_id}'}</td> | |
20 | <td class="td-prefix issue-tracker-example">#</td> |
|
20 | <td class="td-prefix issue-tracker-example">#</td> | |
21 | ## TODO(skreft): add a link to the correct location of the Issue Tracker documentation. |
|
21 | <td class="issue-tracker-example"><a href="https://docs.rhodecode.com/RhodeCode-Enterprise/issue-trackers/issue-trackers.html" target="_blank">${_('Read more')}</a></td> | |
22 | <td class="issue-tracker-example"><a href="https://rhodecode.com/docs" target="_blank">${_('Read more')}</a></td> |
|
|||
23 | </tr> |
|
22 | </tr> | |
24 | %for uid, entry in patterns: |
|
23 | %for uid, entry in patterns: | |
25 | <tr id="entry_${uid}"> |
|
24 | <tr id="entry_${uid}"> |
General Comments 0
You need to be logged in to leave comments.
Login now