diff options
Diffstat (limited to 'templates/repo_contrib_index.tmpl')
-rw-r--r-- | templates/repo_contrib_index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl index 86ac287..81fdb1a 100644 --- a/templates/repo_contrib_index.tmpl +++ b/templates/repo_contrib_index.tmpl @@ -26,8 +26,8 @@ <tbody> {{- range .merge_requests -}} <tr> - <td class="merge_request-id">{{- .Hash -}}</td> - <td class="merge_request-title"><a href="{{- .Hash -}}/">{{- .Title -}}</a></td> + <td class="merge_request-id">{{- .ID -}}</td> + <td class="merge_request-title"><a href="{{- .ID -}}/">{{- .Title -}}</a></td> <td class="merge_request-status">{{- .Status -}}</td> </tr> {{- end -}} |