only show commit message in description if build is pull request, close #166
This commit is contained in:
parent
4e532118ea
commit
03bec245aa
|
@ -18,7 +18,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="repo-main-description">
|
<div class="repo-main-description">
|
||||||
<p>{{format-message build.commit.subject repoBinding=build.repo}}</p>
|
{{#if build.pullRequest}}
|
||||||
|
<p>{{format-message build.commit.subject repoBinding=build.repo}}</p>
|
||||||
|
{{/if}}
|
||||||
<pre class="body">{{format-message build.commit.body repoBinding=build.repo pre=true}}</pre>
|
<pre class="body">{{format-message build.commit.body repoBinding=build.repo pre=true}}</pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile-author">
|
<div class="tile-author">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user