mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[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:
parent
4e4e4303f6
commit
60af69b69f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user