diff options
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r-- | templates/repo_index.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 1de48d1..6db8e0b 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -32,6 +32,11 @@ </tbody> </table> </div> + <div class="padding-wrapper"> + <p> + <a href="contrib/" class="btn-normal">Merge requests</a> + </p> + </div> <div class="padding-wrapper scroll"> <input id="toggle-table-recent-commits" type="checkbox" class="toggle-table-off" /> <table id="recent-commits" class="wide"> |