Remove config line, which is now empty everywhere.

This commit is contained in:
Mathias Meyer 2013-09-23 19:16:12 +02:00
parent 7e2faa22e4
commit 9d7e610f52

View File

@ -44,8 +44,6 @@
{{/with}}
<dt>{{t jobs.message}}</dt>
<dd class="message">{{formatMessage job.commit.message repoBinding=job.repo}}</dd>
<dt>{{t jobs.config}}</dt>
<dd class="config">{{formatConfig job.config}}</dd>
</dl>
{{view Travis.LogView jobBinding="job"}}