[FIX] runbot_merge: dashboard title should link to github

Currently links to self, which is not useful (the viewer is already
there).

Fixes #452
This commit is contained in:
Xavier Morel 2021-03-01 14:43:55 +01:00
parent 4e4e4303f6
commit 60af69b69f

View File

@ -370,7 +370,7 @@
<template id="view_pull_request">
<t t-call="website.layout">
<div id="wrap"><div class="container-fluid">
<a t-att-href="pr.url">
<a t-att-href="pr.github_url">
<h1 t-field="pr.display_name"/>
</a>
<h6>Created by <span t-field="pr.author.display_name"/></h6>